blob: b89b0be25437c6360f18a7c7a21b9317bed27271 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>
|