diff options
Diffstat (limited to 'textproc/p5-Parse-CSV/Makefile')
-rw-r--r-- | textproc/p5-Parse-CSV/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Parse-CSV/Makefile b/textproc/p5-Parse-CSV/Makefile index abbd937b63a8..9f66778bc906 100644 --- a/textproc/p5-Parse-CSV/Makefile +++ b/textproc/p5-Parse-CSV/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Parse-CSV -# Date created: 2006-10-19 -# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> -# +# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> # $FreeBSD$ -# PORTNAME= Parse-CSV PORTVERSION= 2.00 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ RUN_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::CSV.3 |