21 lines
387 B
Makefile
21 lines
387 B
Makefile
COMMENT = logging Role with easy interface for Moose
|
|
|
|
DISTNAME = MooseX-Log-Log4perl-0.47
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
RUN_DEPENDS = devel/p5-Log-Log4perl>=1.13 \
|
|
devel/p5-Moo>=1.000007
|
|
BUILD_DEPENDS = devel/p5-IO-stringy \
|
|
${RUN_DEPENDS}
|
|
|
|
MAKE_ENV += TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|