aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Parse-CSV/Makefile
blob: dc967f1f061c5cf98fcf39fc1eb0774833564038 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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=    1.00
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT=    Highly flexible CVS parser for large files

RUN_DEPENDS=    p5-Text-CSV_XS>=0.23:${PORTSDIR}/textproc/p5-Text-CSV_XS \
        p5-Params-Util>=0.17:${PORTSDIR}/devel/p5-Params-Util

PERL_CONFIGURE= yes

MAN3=   Parse::CSV.3

.include <bsd.port.mk>