2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:52 espie Exp $
|
|
|
|
COMMENT= interactive command shell for the DBI
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DBI-Shell-11.95
|
|
CATEGORIES= databases
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|