diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-11-20 02:54:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-11-20 02:54:05 +0000 |
commit | ca242332ad3523ba66cdb43da916f8143ce51177 (patch) | |
tree | 062f6907041086d585e3683704ed9524c2dec9d3 /textproc/p5-Text-CSV_XS/Makefile | |
parent | 37c77a9985b6b1ea589f755624117ffdf8ffdea8 (diff) | |
download | ports-ca242332ad3523ba66cdb43da916f8143ce51177.tar.gz ports-ca242332ad3523ba66cdb43da916f8143ce51177.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-CSV_XS/Makefile')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index ea8b655bd81d..aef08d50b19c 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-CSV_XS -PORTVERSION= 1.02 +PORTVERSION= 1.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND @@ -11,7 +11,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Comma-separated values manipulation routines -USES= perl5 tar:tgz +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 tar:tgz USE_PERL5= configure +NO_ARCH= yes + +#pre-install: test + +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Text/CSV_XS/CSV_XS.so .include <bsd.port.mk> |