svn commit: r402429 - head/devel/rubygem-warbler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 26 01:01:00 UTC 2015


Author: sunpoet
Date: Thu Nov 26 01:00:58 2015
New Revision: 402429
URL: https://svnweb.freebsd.org/changeset/ports/402429

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-warbler/Makefile

Modified: head/devel/rubygem-warbler/Makefile
==============================================================================
--- head/devel/rubygem-warbler/Makefile	Thu Nov 26 01:00:54 2015	(r402428)
+++ head/devel/rubygem-warbler/Makefile	Thu Nov 26 01:00:58 2015	(r402429)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Constructor of .war files of Rails applications
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	jruby:${PORTSDIR}/lang/jruby \
 		rubygem-jruby-jars>=1.5.6:${PORTSDIR}/devel/rubygem-jruby-jars \
@@ -19,7 +20,6 @@ RUN_DEPENDS=	jruby:${PORTSDIR}/lang/jrub
 
 NO_ARCH=	yes
 USE_RUBY=	yes
-
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 


More information about the svn-ports-all mailing list