Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2015 17:29:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380543 - head/www/rubygem-typhoeus
Message-ID:  <201503051729.t25HTX3K070135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503051729.t25HTX3K070135>