openbsd-ports/databases/p5-DBI-Shell/Makefile
afresh1 0a96d5d283 Update databases/p5-DBI-Shell to 11.97
From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-23 02:20:34 +00:00

21 lines
398 B
Makefile

# $OpenBSD: Makefile,v 1.12 2020/10/23 02:20:34 afresh1 Exp $
COMMENT= interactive command shell for the DBI
MODULES= cpan
PKG_ARCH= *
DISTNAME= DBI-Shell-11.97
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>