1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/textproc/p5-Text-CSV_XS/Makefile
Jun Kuriyama b65509bbb2 - Upgrade to 0.87.
Feature safe:	yes
2012-03-11 09:20:21 +00:00

24 lines
465 B
Makefile

# 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
PORTVERSION= 0.87
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>