aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch-Configurator-YAML/Makefile
blob: afa99e1fb3b4c18897abc9a21de8d49451cd97a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Log-Dispatch-Configurator-YAML
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	oleg@mamontov.net
COMMENT=	Configurator implementation with YAML

RUN_DEPENDS=	p5-Log-Dispatch-Config>=0:devel/p5-Log-Dispatch-Config \
		p5-YAML>=0:textproc/p5-YAML
BUILD_DEPENDS=	p5-Log-Dispatch-Config>=0:devel/p5-Log-Dispatch-Config \
		p5-YAML>=0:textproc/p5-YAML

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>