diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:30:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:30:42 +0800 |
commit | cfe5972116ba40f7227805bfd97e3dafa2fea9cf (patch) | |
tree | 8f9a660c99361b2564113560d35db76b11fe937f /math/p5-Math-Prime-XS | |
parent | 55e0a36a29e575bbff1a7dac564ed846fc7d3bd8 (diff) | |
download | freebsd-ports-gnome-cfe5972116ba40f7227805bfd97e3dafa2fea9cf.tar.gz freebsd-ports-gnome-cfe5972116ba40f7227805bfd97e3dafa2fea9cf.tar.zst freebsd-ports-gnome-cfe5972116ba40f7227805bfd97e3dafa2fea9cf.zip |
- Add LICENSE
- Cleanup PLIST
Diffstat (limited to 'math/p5-Math-Prime-XS')
-rw-r--r-- | math/p5-Math-Prime-XS/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Prime-XS/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/math/p5-Math-Prime-XS/Makefile b/math/p5-Math-Prime-XS/Makefile index 987510e6dce6..b1ef20db24bc 100644 --- a/math/p5-Math-Prime-XS/Makefile +++ b/math/p5-Math-Prime-XS/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Detect and calculate prime numbers with deterministic tests +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-boolean>=0:${PORTSDIR}/devel/p5-boolean RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/math/p5-Math-Prime-XS/pkg-plist b/math/p5-Math-Prime-XS/pkg-plist index bbcb992dc39e..30b308ca67ed 100644 --- a/math/p5-Math-Prime-XS/pkg-plist +++ b/math/p5-Math-Prime-XS/pkg-plist @@ -2,8 +2,3 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS/XS.so %%PERL5_MAN3%%/Math::Prime::XS.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Prime -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |