freebsd-ports/textproc/p5-Text-CSV_XS/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

17 lines
324 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-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Comma-separated values manipulation routines
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>