freebsd-ports/devel/p5-Log-Any-Adapter/Makefile
2010-01-06 10:31:36 +00:00

28 lines
610 B
Makefile

# New ports collection makefile for: Log::Any::Adapter
# Date created: 28 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Log-Any-Adapter
PORTVERSION= 0.03
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-Scope-Guard>0:${PORTSDIR}/devel/p5-Scope-Guard
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Log::Any::Adapter.3 \
Log::Any::Adapter::Base.3 \
Log::Any::Adapter::Development.3
.include <bsd.port.mk>