mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
60cac43758
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>
22 lines
365 B
Makefile
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>
|