mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
8bc1ed51f9
from wen heping
24 lines
388 B
Makefile
24 lines
388 B
Makefile
COMMENT = perl multi-level hash/array DBM that supports transactions
|
|
|
|
DISTNAME = DBM-Deep-2.0019
|
|
|
|
CATEGORIES = databases
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Deep>=0.095 \
|
|
devel/p5-Test-Exception>=0.21 \
|
|
devel/p5-Test-Warn>=0.08
|
|
|
|
MAKE_ENV = LONG_TESTS=Yes \
|
|
TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|