diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-09 14:43:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-09 14:43:33 +0800 |
commit | ee19d23b0ccd4efe05ef8c9bfa52dabbc3585672 (patch) | |
tree | c95d7df235c90f92264ad367ca795cfb15ae8f8e /misc/p5-Locale-US | |
parent | 88c8ebb578c87cdeac75f79f319d9f57f1990ce8 (diff) | |
download | freebsd-ports-gnome-ee19d23b0ccd4efe05ef8c9bfa52dabbc3585672.tar.gz freebsd-ports-gnome-ee19d23b0ccd4efe05ef8c9bfa52dabbc3585672.tar.zst freebsd-ports-gnome-ee19d23b0ccd4efe05ef8c9bfa52dabbc3585672.zip |
- Add LICENSE
Diffstat (limited to 'misc/p5-Locale-US')
-rw-r--r-- | misc/p5-Locale-US/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/p5-Locale-US/Makefile b/misc/p5-Locale-US/Makefile index 1672e28e2ed5..e20f7d811ba3 100644 --- a/misc/p5-Locale-US/Makefile +++ b/misc/p5-Locale-US/Makefile @@ -11,8 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@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 |