1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-Text-CSV_PP/Makefile
Cheng-Lung Sung 4936834788 Add p5-Text-CSV_PP 1.01, comma-separated values manipulation routines PP
version.

PR:		ports/100064
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-11 10:40:48 +00:00

24 lines
482 B
Makefile

# 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.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Comma-separated values manipulation routines PP version
PERL_CONFIGURE= yes
MAN3= Text::CSV_PP.3
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>