openbsd-ports/databases/p5-Rose-DB-Object/Makefile
2017-12-04 21:09:38 +00:00

27 lines
497 B
Makefile

# $OpenBSD: Makefile,v 1.17 2017/12/04 21:09:39 espie Exp $
COMMENT= object-oriented database mapper
MODULES= cpan
PKG_ARCH= *
DISTNAME= Rose-DB-Object-0.815
CATEGORIES= databases
FIX_EXTRACT_PERMISSIONS=Yes
# perl
PERMIT_PACKAGE_CDROM= 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>