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

24 lines
465 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
2012-08-23 12:15:28 +02:00
PORTVERSION= 0.91
1999-11-19 01:47:13 +01:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
2011-03-27 11:19:19 +02:00
MASTER_SITE_SUBDIR= CPAN:HMBRAND
PKGNAMEPREFIX= p5-
2009-10-15 16:57:43 +02:00
EXTRACT_SUFX= .tgz
1999-11-19 01:47:13 +01:00
2009-08-07 13:39:39 +02:00
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Comma-separated values manipulation routines
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>