freebsd-ports/devel/p5-Log-Any-Adapter-Log4perl/Makefile
2013-10-30 02:52:46 +00:00

21 lines
516 B
Makefile

# Created by: Evgeniy Kosov <evgeniy@kosov.su>
# $FreeBSD$
PORTNAME= Log-Any-Adapter-Log4perl
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Log::Any adapter for Log4perl
RUN_DEPENDS= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp \
p5-Log-Any-Adapter>0:${PORTSDIR}/devel/p5-Log-Any-Adapter \
p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>