aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-CSV-Simple/Makefile
blob: 69aa29615ed11a32e08464d1e8505a6b59ed7742 (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
25
26
# New ports collection makefile for:    p5-Text-CSV-Simple
# Date Created:             17 Dec, 2005
# Whom:                 Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Text-CSV-Simple
PORTVERSION=    1.00
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl module for Simpler parsing of CSV files

BUILD_DEPENDS=  p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
        p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
        p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Text::CSV::Simple.3

.include <bsd.port.mk>