openbsd-ports/devel/p5-MooseX-Log-Log4perl/Makefile

24 lines
467 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2011/08/01 19:30:31 stephan Exp $
COMMENT = logging Role with easy interface for Moose
2010-09-27 14:12:43 -04:00
DISTNAME = MooseX-Log-Log4perl-0.42
REVISION = 1
CATEGORIES = devel
MODULES = cpan
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = devel/p5-Moose \
devel/p5-Log-Log4perl \
devel/p5-IO-stringy
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>