svn commit: r380543 - head/www/rubygem-typhoeus

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 5 17:29:33 UTC 2015


Author: sunpoet
Date: Thu Mar  5 17:29:32 2015
New Revision: 380543
URL: https://svnweb.freebsd.org/changeset/ports/380543
QAT: https://qat.redports.org/buildarchive/r380543/

Log:
  - Add LICENSE

Modified:
  head/www/rubygem-typhoeus/Makefile

Modified: head/www/rubygem-typhoeus/Makefile
==============================================================================
--- head/www/rubygem-typhoeus/Makefile	Thu Mar  5 17:29:27 2015	(r380542)
+++ head/www/rubygem-typhoeus/Makefile	Thu Mar  5 17:29:32 2015	(r380543)
@@ -9,10 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Parallel HTTP request library
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-ethon>=0.7.1:${PORTSDIR}/www/rubygem-ethon
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list