1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-Text-CSV_XS/Makefile
2013-05-21 14:58:55 +00:00

20 lines
345 B
Makefile

# Created by: Ache
# $FreeBSD$
PORTNAME= Text-CSV_XS
PORTVERSION= 0.97
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HMBRAND
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Comma-separated values manipulation routines
PERL_CONFIGURE= yes
MAN3= Text::CSV_XS.3
.include <bsd.port.mk>