svn commit: r400315 - head/www/rubygem-actionpack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 27 15:54:37 UTC 2015


Author: sunpoet
Date: Tue Oct 27 15:54:35 2015
New Revision: 400315
URL: https://svnweb.freebsd.org/changeset/ports/400315

Log:
  - Add LICENSE_FILE

Modified:
  head/www/rubygem-actionpack/Makefile

Modified: head/www/rubygem-actionpack/Makefile
==============================================================================
--- head/www/rubygem-actionpack/Makefile	Tue Oct 27 15:54:31 2015	(r400314)
+++ head/www/rubygem-actionpack/Makefile	Tue Oct 27 15:54:35 2015	(r400315)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Action Controller and Action View of Rails MVC Framework
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel \
 		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
@@ -22,7 +23,6 @@ RUN_DEPENDS=	rubygem-activemodel>=${PORT
 		rubygem-sprockets22>=2.2.1:${PORTSDIR}/devel/rubygem-sprockets22
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list