aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Handler/Makefile
blob: ae1811e3980380d4c7d0c6ad18e8d46d7854d019 (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
PORTNAME=	Log-Handler
PORTVERSION=	0.90
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Object-oriented handler for logging, tracing, and debugging in Perl
WWW=		https://metacpan.org/release/Log-Handler

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Params-Validate>=0:devel/p5-Params-Validate
TEST_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
		p5-Email-Date>=0:mail/p5-Email-Date

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>