diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-30 21:36:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-30 21:36:17 +0000 |
commit | 45b89e5f81b12871f5f65767b936acf905860d63 (patch) | |
tree | 35cda75c06c331323d58f0333a1ac88005c38303 /lang/p5-List-MoreUtils-XS | |
parent | b97741650eb58e9f716b447e815c897e15ec6d26 (diff) |
Notes
Diffstat (limited to 'lang/p5-List-MoreUtils-XS')
-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 |