freebsd-ports/textproc/p5-Text-Delimited/Makefile

21 lines
373 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
PORTNAME= Text-Delimited
PORTVERSION= 2.11
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for parsing delimited text files
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>