2020-07-03 21:44:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2020/07/03 21:44:59 sthen Exp $
|
2001-05-06 00:12:42 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= store multi-level hash structure in single-level tied hash
|
2001-02-01 17:38:29 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
MODULES= cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH= *
|
2013-03-10 19:45:55 +00:00
|
|
|
DISTNAME = MLDBM-2.05
|
2006-11-25 16:32:33 +00:00
|
|
|
CATEGORIES= devel
|
2020-07-03 21:44:29 +00:00
|
|
|
REVISION = 0
|
2001-02-01 17:38:29 +00:00
|
|
|
|
2013-03-10 19:45:55 +00:00
|
|
|
RUN_DEPENDS = devel/p5-FreezeThaw
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-02-01 17:38:29 +00:00
|
|
|
|
2011-06-13 16:30:12 +00:00
|
|
|
# perl
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2001-02-01 17:38:29 +00:00
|
|
|
|
2011-06-13 16:30:12 +00:00
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
|
2001-02-01 17:38:29 +00:00
|
|
|
.include <bsd.port.mk>
|