diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-31 12:32:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-31 12:32:17 +0000 |
commit | f6378db2f2a9a15796ad8c17a8e0a56b03747648 (patch) | |
tree | d5e1074ad1112351f69828916980216396a470d1 | |
parent | 5127c2e66b7f2dc630b45e05dc8b138e3113894c (diff) | |
download | ports-f6378db2f2a9a15796ad8c17a8e0a56b03747648.tar.gz ports-f6378db2f2a9a15796ad8c17a8e0a56b03747648.zip |
Notes
-rw-r--r-- | lang/p5-List-MoreUtils-XS/Makefile | 32 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils-XS/distinfo | 3 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils-XS/pkg-descr | 3 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils-XS/pkg-plist | 3 |
4 files changed, 41 insertions, 0 deletions
diff --git a/lang/p5-List-MoreUtils-XS/Makefile b/lang/p5-List-MoreUtils-XS/Makefile new file mode 100644 index 000000000000..49f5c5050716 --- /dev/null +++ b/lang/p5-List-MoreUtils-XS/Makefile @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= List-MoreUtils-XS +PORTVERSION= 0.418 +CATEGORIES= lang perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide compiled List::MoreUtils functions + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-List-MoreUtils>=${PORTVERSION}:lang/p5-List-MoreUtils +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502503 +BUILD_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +RUN_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +.endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtils/XS/XS.so + +.include <bsd.port.post.mk> diff --git a/lang/p5-List-MoreUtils-XS/distinfo b/lang/p5-List-MoreUtils-XS/distinfo new file mode 100644 index 000000000000..03b5ba921bc6 --- /dev/null +++ b/lang/p5-List-MoreUtils-XS/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1490900474 +SHA256 (List-MoreUtils-XS-0.418.tar.gz) = 0aa41a90337bb1ec48db50e5c73875b960685ff4dd49c26ed39dea0d52752d4f +SIZE (List-MoreUtils-XS-0.418.tar.gz) = 129838 diff --git a/lang/p5-List-MoreUtils-XS/pkg-descr b/lang/p5-List-MoreUtils-XS/pkg-descr new file mode 100644 index 000000000000..9d66387d9179 --- /dev/null +++ b/lang/p5-List-MoreUtils-XS/pkg-descr @@ -0,0 +1,3 @@ +List::MoreUtils::XS provides compiled List::MoreUtils functions. + +WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ diff --git a/lang/p5-List-MoreUtils-XS/pkg-plist b/lang/p5-List-MoreUtils-XS/pkg-plist new file mode 100644 index 000000000000..6a8418053f17 --- /dev/null +++ b/lang/p5-List-MoreUtils-XS/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/List/MoreUtils/XS.pm +%%SITE_ARCH%%/auto/List/MoreUtils/XS/XS.so +%%PERL5_MAN3%%/List::MoreUtils::XS.3.gz |