mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
336 B
Makefile
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>
|