20 lines
424 B
Makefile
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>
|