freebsd-ports/textproc/p5-Text-CSV_XS/Makefile
2014-01-13 10:12:12 +00:00

18 lines
335 B
Makefile

# Created by: Ache
# $FreeBSD$
PORTNAME= Text-CSV_XS
PORTVERSION= 1.02
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>