freebsd-ports/textproc/p5-Text-CSV_XS/Makefile
Edwin Groothuis c170f04e0f big whitespace cleanup (see ports/65409)
PR:		ports/65828
Submitted by:	trevor
Approved by:	ache
2005-11-25 03:25:00 +00:00

23 lines
465 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>