openbsd-ports/databases/p5-DBI-Shell/Makefile
sthen 0f6c3ab445 import p5-DBI-Shell
The DBI::Shell module (and dbish command, if installed) provide a
simple but effective command line interface for the Perl DBI module.

ok simon@
2007-10-27 14:01:26 +00:00

20 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 14:01:26 sthen Exp $
COMMENT= interactive command shell for the DBI
MODULES= cpan
DISTNAME= DBI-Shell-11.93
CATEGORIES= databases
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::databases/p5-DBI \
::devel/p5-IO-Tee \
::textproc/p5-Text-Reform
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>