aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV_PP/Makefile
blob: 43789c7fa0ad343fcc40dd455d1b432613765d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Text-CSV_PP
# Date created:		2006-07-11
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Text-CSV_PP
PORTVERSION=	1.06
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Text
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Comma-separated values manipulation routines PP version

PERL_CONFIGURE=	yes

MAN3=		Text::CSV_PP.3

.include <bsd.port.mk>