openbsd-ports/databases/p5-DBM-Deep/Makefile
2013-03-11 02:52:04 +00:00

25 lines
456 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/11 02:52:06 espie Exp $
COMMENT= perl multi-level hash/array DBM that supports transactions
DISTNAME= DBM-Deep-1.0025
REVISION= 0
CATEGORIES= databases
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES= cpan
USE_GROFF = Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-IO-stringy \
devel/p5-Test-Deep \
devel/p5-Test-Warn
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>