svn commit: r397503 - head/devel/rubygem-rodzilla

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 21 15:42:49 UTC 2015


Author: sunpoet
Date: Mon Sep 21 15:42:48 2015
New Revision: 397503
URL: https://svnweb.freebsd.org/changeset/ports/397503

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/rubygem-rodzilla/Makefile

Modified: head/devel/rubygem-rodzilla/Makefile
==============================================================================
--- head/devel/rubygem-rodzilla/Makefile	Mon Sep 21 15:42:44 2015	(r397502)
+++ head/devel/rubygem-rodzilla/Makefile	Mon Sep 21 15:42:48 2015	(r397503)
@@ -10,11 +10,11 @@ MAINTAINER=	linpct at gmail.com
 COMMENT=	Bugzilla API Client
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-httparty>=0.12.0:${PORTSDIR}/www/rubygem-httparty
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list