openbsd-ports/databases/p5-Rose-DB-Object/Makefile

28 lines
503 B
Makefile

# $OpenBSD: Makefile,v 1.19 2020/07/03 21:44:37 sthen Exp $
COMMENT= object-oriented database mapper
MODULES= cpan
PKG_ARCH= *
DISTNAME= Rose-DB-Object-0.815
CATEGORIES= databases
FIX_EXTRACT_PERMISSIONS=Yes
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= databases/p5-Rose-DB>=0.737 \
databases/p5-Rose-Object>=0.83 \
devel/p5-Clone \
devel/p5-List-MoreUtils
TEST_DEPENDS= textproc/p5-Lingua-EN-Inflect
MAKE_ENV += TEST_POD=1
TEST_FLAGS += AUTOMATED_TESTING=1
.include <bsd.port.mk>