7d7f16e70e
- Add NO_ARCH Changes: http://search.cpan.org/dist/Text-Levenshtein/Changes
27 lines
610 B
Makefile
27 lines
610 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $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 <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>
|