freebsd-ports/devel/p5-MooseX-Log-Log4perl/Makefile
Sunpoet Po-Chuan Hsieh aae33b1c39 Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change

Changes:	https://metacpan.org/changes/distribution/IO-Stringy
2020-06-26 11:55:23 +00:00

28 lines
642 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= MooseX-Log-Log4perl
PORTVERSION= 0.47
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Logging role for Moose based on Log::Log4perl
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Any-Moose>=0.12:devel/p5-Any-Moose \
p5-Log-Log4perl>=1.13:devel/p5-Log-Log4perl
TEST_DEPENDS= p5-IO-Stringy>=0:devel/p5-IO-Stringy \
p5-Moose>=0.65:devel/p5-Moose
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e '/auto_install;/d' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>