Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 15:13:48 +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: r384853 - head/www/rubygem-httpclient
Message-ID:  <201504271513.t3RFDmUK015799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr 27 15:13:47 2015
New Revision: 384853
URL: https://svnweb.freebsd.org/changeset/ports/384853

Log:
  - Add LICENSE

Modified:
  head/www/rubygem-httpclient/Makefile

Modified: head/www/rubygem-httpclient/Makefile
==============================================================================
--- head/www/rubygem-httpclient/Makefile	Mon Apr 27 15:11:03 2015	(r384852)
+++ head/www/rubygem-httpclient/Makefile	Mon Apr 27 15:13:47 2015	(r384853)
@@ -8,10 +8,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Yet another HTTP client implementation by NaHi
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES+=	bin/httpclient
+PLIST_FILES=	bin/httpclient
 
 .include <bsd.port.mk>



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