18 lines
335 B
Makefile
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>
|