1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/p5-Parse-CSV/Makefile
Andrej Zverev 70330b129d - Fix typo in COMMENT (CVS -> CSV)
- Assisgn maintainership to perl@
- Fix WWW (tab -> space) in pkg-plist

PR:		ports/187717
Submitted by:	C Hutchinson <portmaster@bsdforge.com>
2014-03-19 02:58:55 +00:00

25 lines
610 B
Makefile

# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$
PORTNAME= Parse-CSV
PORTVERSION= 2.00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Highly flexible CSV parser for large files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>