03e0d3b667
- no need for BUILD_DEPENDS
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.2 2009/03/22 23:08:03 jasper Exp $
|
|
|
|
COMMENT= interactive command shell for the DBI
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DBI-Shell-11.95
|
|
CATEGORIES= databases
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::databases/p5-DBI \
|
|
::devel/p5-IO-Tee \
|
|
::textproc/p5-Text-Reform
|
|
|
|
.include <bsd.port.mk>
|