mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
30 lines
695 B
Makefile
30 lines
695 B
Makefile
# New ports collection makefile for: devel/p5-MooseX-Log-Log4perl
|
|
# Date created: 25 February 2009
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MooseX-Log-Log4perl
|
|
PORTVERSION= 0.42
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= A logging role for Moose based on Log::Log4perl
|
|
|
|
RUN_DEPENDS= p5-Moose>=0.65:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Log-Log4perl>=1.13:${PORTSDIR}/devel/p5-Log-Log4perl
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MooseX::Log::Log4perl.3 \
|
|
MooseX::Log::Log4perl::Easy.3
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e '$$_="" if m/auto_install/' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|