19 lines
315 B
Makefile
19 lines
315 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Text::xSV.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|