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