svn commit: r399042 - head/devel/rubygem-jeweler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 23:12:18 UTC 2015


Author: sunpoet
Date: Sat Oct 10 23:12:16 2015
New Revision: 399042
URL: https://svnweb.freebsd.org/changeset/ports/399042

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

Modified:
  head/devel/rubygem-jeweler/Makefile

Modified: head/devel/rubygem-jeweler/Makefile
==============================================================================
--- head/devel/rubygem-jeweler/Makefile	Sat Oct 10 23:12:11 2015	(r399041)
+++ head/devel/rubygem-jeweler/Makefile	Sat Oct 10 23:12:16 2015	(r399042)
@@ -10,6 +10,7 @@ MAINTAINER=	douglas at douglasthrift.net
 COMMENT=	Simple and opinionated helper for creating Rubygem projects
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
 		rubygem-bundler>=1.0:${PORTSDIR}/sysutils/rubygem-bundler \


More information about the svn-ports-head mailing list