diff options
Diffstat (limited to 'devel/p5-Log-Any-Adapter/Makefile')
-rw-r--r-- | devel/p5-Log-Any-Adapter/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Log-Any-Adapter/Makefile b/devel/p5-Log-Any-Adapter/Makefile new file mode 100644 index 000000000000..b89b0be25437 --- /dev/null +++ b/devel/p5-Log-Any-Adapter/Makefile @@ -0,0 +1,28 @@ +# 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.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to log anywhere + +RUN_DEPENDS= \ + p5-Log-Any>=0.05:${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> |