Files
2024-08-28 12:06:40 +00:00

19 lines
336 B
Makefile

COMMENT= interactive command shell for the DBI
MODULES= cpan
PKG_ARCH= *
DISTNAME = DBI-Shell-11.98
CATEGORIES= databases
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= databases/p5-DBI \
devel/p5-File-HomeDir \
devel/p5-IO-Interactive \
devel/p5-IO-Tee \
textproc/p5-Text-CSV_XS \
textproc/p5-Text-Reform
.include <bsd.port.mk>