diff options
-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 |