18 lines
335 B
Makefile
18 lines
335 B
Makefile
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>
|