freebsd-ports/textproc/p5-Parse-CSV/Makefile
Sunpoet Po-Chuan Hsieh 7100415e71 - Update to 2.00
- Add BUILD_DEPENDS
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Parse-CSV/Changes
PR:		ports/165440
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 35 days)
Feature safe:	yes
2012-03-31 00:57:30 +00:00

26 lines
659 B
Makefile

# New ports collection makefile for: p5-Parse-CSV
# Date created: 2006-10-19
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Parse-CSV
PORTVERSION= 2.00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Highly flexible CVS parser for large files
BUILD_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \
p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS
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
MAN3= Parse::CSV.3
.include <bsd.port.mk>