freebsd-ports/textproc/p5-Text-CSV_PP/Makefile
2008-10-12 00:15:47 +00:00

24 lines
504 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.06
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Comma-separated values manipulation routines PP version
PERL_CONFIGURE= yes
MAN3= Text::CSV_PP.3
DEPRECATED= textproc/Text-CSV_PP was merged into textproc/p5-Text-CSV
EXPIRATION_DATE=2008-12-11
.include <bsd.port.mk>