aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Text-Levenshtein/Makefile
blob: 3ef6035079570c2e3d7e6dba2ca9e35b2018428b (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
25
26
27
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Text-Levenshtein
PORTVERSION=	0.12
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Implementation of the Levenshtein edit distance

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

USE_PERL5=	configure
USES=		perl5

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 502000
BUILD_DEPENDS+=	p5-Unicode-Collate>=1.04:${PORTSDIR}/textproc/p5-Unicode-Collate
RUN_DEPENDS+=	p5-Unicode-Collate>=1.04:${PORTSDIR}/textproc/p5-Unicode-Collate
.endif

.include <bsd.port.post.mk>