afresh1 9d1784b154 Update p5-DBD-CSV to 0.55
From wen heping <wenheping2000 () hotmail ! com>
2020-08-16 19:29:17 +00:00

26 lines
579 B
Makefile

# $OpenBSD: Makefile,v 1.24 2020/08/16 19:29:17 afresh1 Exp $
COMMENT = DBI driver for CSV files
DISTNAME = DBD-CSV-0.55
EXTRACT_SUFX = .tgz
CATEGORIES = databases
MODULES = cpan
PKG_ARCH = *
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl_5
PERMIT_PACKAGE = Yes
RUN_DEPENDS = databases/p5-DBI>=1.628 \
databases/p5-SQL-Statement>=1.405 \
textproc/p5-Text-CSV_XS>=1.01
# Additional dependencies to avoid skipping tests
# If someone ports DBI-Test, we will get more testing
TEST_DEPENDS += devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>