78504bf84d
Approved by: portmgr (blanket infrastructure)
17 lines
281 B
Makefile
17 lines
281 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
|
|
|
|
.include <bsd.port.mk>
|