svn commit: r373312 - head/math/p5-Math-Prime-XS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 24 18:30:44 UTC 2014
Author: sunpoet
Date: Mon Nov 24 18:30:42 2014
New Revision: 373312
URL: https://svnweb.freebsd.org/changeset/ports/373312
QAT: https://qat.redports.org/buildarchive/r373312/
Log:
- Add LICENSE
- Cleanup PLIST
Modified:
head/math/p5-Math-Prime-XS/Makefile
head/math/p5-Math-Prime-XS/pkg-plist
Modified: head/math/p5-Math-Prime-XS/Makefile
==============================================================================
--- head/math/p5-Math-Prime-XS/Makefile Mon Nov 24 18:30:38 2014 (r373311)
+++ head/math/p5-Math-Prime-XS/Makefile Mon Nov 24 18:30:42 2014 (r373312)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at 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}
Modified: head/math/p5-Math-Prime-XS/pkg-plist
==============================================================================
--- head/math/p5-Math-Prime-XS/pkg-plist Mon Nov 24 18:30:38 2014 (r373311)
+++ head/math/p5-Math-Prime-XS/pkg-plist Mon Nov 24 18:30:42 2014 (r373312)
@@ -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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime/XS
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Prime
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Prime
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
More information about the svn-ports-all
mailing list