1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/p5-Log-Any-Adapter/Makefile
Andrej Zverev 7c70613a56 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 09:19:35 +00:00

23 lines
534 B
Makefile

# $FreeBSD$
PORTNAME= Log-Any-Adapter
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to log anywhere
RUN_DEPENDS= \
p5-Log-Any>=0.10:${PORTSDIR}/devel/p5-Log-Any \
p5-Guard>0:${PORTSDIR}/devel/p5-Guard \
p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>