freebsd-ports/textproc/p5-Text-CSV_XS/Makefile
Ying-Chieh Liao c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00

22 lines
468 B
Makefile

# New ports collection makefile for: Text::CSV_XS
# Date created: Fri Nov 19 03:11:08 MSK 1999
# Whom: Ache
#
# $FreeBSD$
#
PORTNAME= Text-CSV_XS
PORTVERSION= 0.23
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= ache@FreeBSD.org
COMMENT= Composition and decomposition of comma-separated values
PERL_CONFIGURE= yes
MAN3= Text::CSV_XS.3
.include <bsd.port.mk>