aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Minimal/Makefile
blob: 56a4e20a3251cf5e39706015e1e6036a50091e79 (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
# Created by: clsung
# $FreeBSD$

PORTNAME=   Log-Minimal
PORTVERSION=    0.12
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Minimal but customizable logger

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

PERL_CONFIGURE= yes

MAN3=       Log::Minimal.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+=  p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>