sthen 3634b4c68c Hook::LexWrap picks up Module::Build::Tiny if installed, breaking packaging
if using CONFIGURE_STYLE=modbuild. Add an explicity BUILD_DEPENDS and drop
the CONFIGURE_STYLE to fix. ok espie@
2015-01-26 19:53:44 +00:00

20 lines
343 B
Makefile

# $OpenBSD: Makefile,v 1.10 2015/01/26 19:53:44 sthen Exp $
COMMENT= lexically scoped subroutine wrappers
MODULES= cpan
DISTNAME= Hook-LexWrap-0.25
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= demo
BUILD_DEPENDS= devel/p5-Module-Build-Tiny
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>