summaryrefslogtreecommitdiff
path: root/textproc/p5-Data-Phrasebook/Makefile
blob: 7d9fdd5cb40f4ad46c963dbdb50a44aff3c52d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Data-Phrasebook
PORTVERSION=	0.35
PORTREVISION=	2
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Accessing phrasebooks from various data sources

LICENSE=	ART20

BUILD_DEPENDS=	p5-Module-Pluggable>=2.7:devel/p5-Module-Pluggable
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>