diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-06 18:49:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-06 18:49:56 +0000 |
commit | a4de6be18bdfccced416cf0064b3855a880e46e0 (patch) | |
tree | 8f64da90555e026bcb3c1e84ca566565c47f9b70 /devel/p5-Array-Unique/Makefile | |
parent | 46a4d4c4cffdbc3ec96204ca632dc880d7d8e4b3 (diff) | |
download | ports-a4de6be18bdfccced416cf0064b3855a880e46e0.tar.gz ports-a4de6be18bdfccced416cf0064b3855a880e46e0.zip |
Notes
Diffstat (limited to 'devel/p5-Array-Unique/Makefile')
-rw-r--r-- | devel/p5-Array-Unique/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Array-Unique/Makefile b/devel/p5-Array-Unique/Makefile index cea8d6536826..da76ebfe067b 100644 --- a/devel/p5-Array-Unique/Makefile +++ b/devel/p5-Array-Unique/Makefile @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tie-able array that allows only unique values -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> |