svn commit: r386023 - head/www/rubygem-url_escape

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 10 20:19:55 UTC 2015


Author: sunpoet
Date: Sun May 10 20:19:54 2015
New Revision: 386023
URL: https://svnweb.freebsd.org/changeset/ports/386023

Log:
  - Add LICENSE

Modified:
  head/www/rubygem-url_escape/Makefile

Modified: head/www/rubygem-url_escape/Makefile
==============================================================================
--- head/www/rubygem-url_escape/Makefile	Sun May 10 20:19:50 2015	(r386022)
+++ head/www/rubygem-url_escape/Makefile	Sun May 10 20:19:54 2015	(r386023)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast replacement for CGI.escape and Rack::Utils.escape
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list