21 lines
430 B
Makefile
21 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.7 2015/01/18 15:21:53 benoit Exp $
|
|
|
|
COMMENT= required attributes which fail only when trying to use them
|
|
|
|
DISTNAME = MooseX-LazyRequire-0.11
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS = devel/p5-aliased \
|
|
devel/p5-namespace-autoclean
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
devel/p5-Module-Build-Tiny
|
|
TEST_DEPENDS = devel/p5-Test-Fatal
|
|
|
|
.include <bsd.port.mk>
|