1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/p5-Text-CSV_XS/Makefile
Andrey A. Chernov b095f3917b Upgrade to 0.45
PR:             124001
Submitted by:   Martin Kjeldsen <mk@catpipe.net>
2008-05-30 17:13:04 +00:00

23 lines
428 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.45
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.org
COMMENT= Comma-separated values manipulation routines
PERL_CONFIGURE= yes
MAN3= Text::CSV_XS.3
.include <bsd.port.mk>