2016-01-02 09:29:02 +00:00

21 lines
366 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/01/02 09:29:02 benoit Exp $
COMMENT= perl multi-level hash/array DBM that supports transactions
DISTNAME = DBM-Deep-2.0013
CATEGORIES= databases
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES= cpan
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Test-Deep \
devel/p5-Test-Warn
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>