mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
22 lines
447 B
Makefile
22 lines
447 B
Makefile
PORTNAME= Text-CSV
|
|
PORTVERSION= 2.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Composition and decomposition of comma-separated values
|
|
WWW= https://metacpan.org/release/Text-CSV
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
#BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
#RUN_DEPENDS= p5-Text-CSV_XS>=1.53:textproc/p5-Text-CSV_XS
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|