svn commit: r401418 - head/databases/rubygem-activemodel

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 12 21:40:41 UTC 2015


Author: sunpoet
Date: Thu Nov 12 21:40:40 2015
New Revision: 401418
URL: https://svnweb.freebsd.org/changeset/ports/401418

Log:
  - Add LICENSE_FILE

Modified:
  head/databases/rubygem-activemodel/Makefile

Modified: head/databases/rubygem-activemodel/Makefile
==============================================================================
--- head/databases/rubygem-activemodel/Makefile	Thu Nov 12 21:40:35 2015	(r401417)
+++ head/databases/rubygem-activemodel/Makefile	Thu Nov 12 21:40:40 2015	(r401418)
@@ -9,12 +9,12 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Toolkit for building modeling frameworks
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-builder>=3.0.0:${PORTSDIR}/devel/rubygem-builder
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list