1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
2023-01-14 07:57:43 +08:00

26 lines
524 B
Makefile

PORTNAME= DBD-CSV
PORTVERSION= 0.60
PORTEPOCH= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= DBI driver for CSV files
WWW= https://metacpan.org/release/DBD-CSV
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBI>=1.628:databases/p5-DBI \
p5-SQL-Statement>=1.405:databases/p5-SQL-Statement \
p5-Text-CSV_XS>=1.44:textproc/p5-Text-CSV_XS
USES= perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>