freebsd-ports/textproc/p5-Text-Delimited/Makefile
2021-04-06 16:31:07 +02:00

18 lines
327 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
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>