openbsd-ports/devel/p5-MLDBM-Sync/Makefile
2022-03-11 18:49:30 +00:00

17 lines
281 B
Makefile

COMMENT= safe concurrent access to MLDBM databases
MODULES= cpan
PKG_ARCH= *
VERSION= 0.30
DISTNAME= MLDBM-Sync-${VERSION}
REVISION= 3
CATEGORIES= devel
RUN_DEPENDS= devel/p5-MLDBM \
devel/p5-Tie-Cache
BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>