svn commit: r333276 - head/misc/p5-Locale-US

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 9 06:43:34 UTC 2013


Author: sunpoet
Date: Sat Nov  9 06:43:33 2013
New Revision: 333276
URL: http://svnweb.freebsd.org/changeset/ports/333276

Log:
  - Add LICENSE

Modified:
  head/misc/p5-Locale-US/Makefile

Modified: head/misc/p5-Locale-US/Makefile
==============================================================================
--- head/misc/p5-Locale-US/Makefile	Sat Nov  9 05:55:32 2013	(r333275)
+++ head/misc/p5-Locale-US/Makefile	Sat Nov  9 06:43:33 2013	(r333276)
@@ -11,8 +11,11 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}${
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Two letter codes for state identification in the United States
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple
-RUN_DEPENDS=	p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list