# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Text-Levenshtein PORTVERSION= 0.13 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 NO_ARCH= yes USE_PERL5= configure USES= perl5 .include .if ${PERL_LEVEL} < 502000 BUILD_DEPENDS+= p5-Unicode-Collate>=1.04:textproc/p5-Unicode-Collate RUN_DEPENDS+= p5-Unicode-Collate>=1.04:textproc/p5-Unicode-Collate .endif .include