diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 17:26:57 +0000 |
commit | f900846e5260dc5d66ccd323d0da759c95e2d6bb (patch) | |
tree | 3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/p5-IO-CSVHeaderFile/Makefile | |
parent | 92c4ee1048b74b790b3b109e036920b222527701 (diff) |
Notes
Diffstat (limited to 'textproc/p5-IO-CSVHeaderFile/Makefile')
-rw-r--r-- | textproc/p5-IO-CSVHeaderFile/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-IO-CSVHeaderFile/Makefile b/textproc/p5-IO-CSVHeaderFile/Makefile index 4e2abf0499ed..11cdee4c31ec 100644 --- a/textproc/p5-IO-CSVHeaderFile/Makefile +++ b/textproc/p5-IO-CSVHeaderFile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IO-CSVHeaderFile -# Date created: Nov 23 03:11:08 MSK 2004 -# Whom: Vasek Balcar <vasek@ti.cz> -# +# Created by: Vasek Balcar <vasek@ti.cz> # $FreeBSD$ -# PORTNAME= IO-CSVHeaderFile PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Perl module to automate reads from CSV formatted text files BUILD_DEPENDS= p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::CSVHeaderFile.3 |