1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/p5-POE-Component-Logger/Makefile
2011-12-15 23:59:55 +00:00

28 lines
696 B
Makefile

# New ports collection makefile for: POE-Component-Logger
# Date created: 20 March 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= POE-Component-Logger
PORTVERSION= 1.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A POE logging class
BUILD_DEPENDS= p5-POE>=1.293:${PORTSDIR}/devel/p5-POE \
p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-Log-Dispatch-Config>=1.03:${PORTSDIR}/devel/p5-Log-Dispatch-Config
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_CONFIGURE= yes
MAN3= POE::Component::Logger.3
.include <bsd.port.mk>