freebsd-ports/textproc/p5-Text-CSV_XS/Makefile

23 lines
468 B
Makefile
Raw Normal View History

1999-11-19 01:47:13 +01:00
# 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
2001-11-27 05:15:25 +01:00
PORTVERSION= 0.23
1999-11-19 01:47:13 +01:00
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
1999-11-19 01:47:13 +01:00
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
1999-11-19 01:47:13 +01:00
MAINTAINER= ache@FreeBSD.org
COMMENT= Composition and decomposition of comma-separated values
1999-11-19 01:47:13 +01:00
PERL_CONFIGURE= yes
1999-11-19 01:47:13 +01:00
MAN3= Text::CSV_XS.3
1999-11-19 01:47:13 +01:00
.include <bsd.port.mk>