18 lines
293 B
Makefile
18 lines
293 B
Makefile
|
COMMENT= store multi-level hash structure in single-level tied hash
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = MLDBM-2.05
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 0
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-FreezeThaw
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
CONFIGURE_STYLE= modbuild
|
||
|
|
||
|
.include <bsd.port.mk>
|