summaryrefslogtreecommitdiff
path: root/textproc/p5-Data-Phrasebook-Loader-YAML/Makefile
blob: 5a5e248da4fe548210fe001fb55d1e83db8b1263 (plain)
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
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Data-Phrasebook-Loader-YAML
PORTVERSION=	0.12
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Loader class for phrasebook implementations using YAML

LICENSE=	ART20

BUILD_DEPENDS=	p5-Data-Phrasebook>=0.24:${PORTSDIR}/textproc/p5-Data-Phrasebook \
		p5-YAML>=0.35:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution

USES=		perl5
USE_PERL5=	configure

MAN3=		Data::Phrasebook::Loader::YAML.3

.include <bsd.port.mk>