diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-28 22:42:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-28 22:42:16 +0800 |
commit | 34770aa1d3f481772eff0263932a781a7b1d170e (patch) | |
tree | 4824b49593425044baf3dd500cd8284a19434a8f /math | |
parent | 1d2f52df7afcb735ae8c840543c0f2480928d3d4 (diff) | |
download | freebsd-ports-gnome-34770aa1d3f481772eff0263932a781a7b1d170e.tar.gz freebsd-ports-gnome-34770aa1d3f481772eff0263932a781a7b1d170e.tar.zst freebsd-ports-gnome-34770aa1d3f481772eff0263932a781a7b1d170e.zip |
- Add LICENSE
- Fix version requirement of *_DEPENDS
PR: 198413
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 20 days)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Bit-Vector/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile index 0756fd9e764d..64131fabca21 100644 --- a/math/p5-Bit-Vector/Makefile +++ b/math/p5-Bit-Vector/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Library of advanced math functions that includes a Perl OO module -RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |