freebsd-ports/devel/p5-Log-Any-Adapter-Dispatch/Makefile

27 lines
623 B
Makefile
Raw Normal View History

# New ports collection makefile for: Log::Any::Adapter::Dispatch
# Date created: 30 Aug 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Log-Any-Adapter-Dispatch
2010-02-17 06:52:30 +01:00
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for adapter to use Log::Dispatch with Log::Any
RUN_DEPENDS= \
2009-10-28 15:41:58 +01:00
p5-Log-Any-Adapter>0:${PORTSDIR}/devel/p5-Log-Any-Adapter \
p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Log::Any::Adapter::Dispatch.3
.include <bsd.port.mk>