summaryrefslogtreecommitdiff
path: root/devel/p5-Log-Agent-Logger/Makefile
blob: 2ee014c5d79bf09ba1b3735af45e01451d09ac13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: devin@spamcop.net

PORTNAME=	Log-Agent-Logger
PORTVERSION=	0.201
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Logging interface for Perl

LICENSE=	ART20

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Log-Agent>=0.208:devel/p5-Log-Agent

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>