1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/databases/p5-Text-xSV/Makefile
Sunpoet Po-Chuan Hsieh 60cac43758 - Add p5-Text-xSV 0.21
This module is for reading and writing a common variation of character
separated data.

WWW: http://search.cpan.org/dist/Text-xSV/

PR:		ports/157937
Submitted by:	Dmitry Liakh <dliakh@ukr.net>
2011-06-28 15:18:29 +00:00

22 lines
365 B
Makefile

# New ports collection makefile for: p5-Text-xSV
# Date created: Jun 08 2011
# Whom: Dmitry Liakh <dliakh@ukr.net>
#
# $FreeBSD$
#
PORTNAME= Text-xSV
PORTVERSION= 0.21
CATEGORIES= databases
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dliakh@ukr.net
COMMENT= Read character separated files
PERL_CONFIGURE= yes
MAN3= Text::xSV.3
.include <bsd.port.mk>