freebsd-ports/textproc/p5-Lingua-EN-MatchNames/Makefile

23 lines
620 B
Makefile
Raw Normal View History

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Lingua-EN-MatchNames
PORTVERSION= 1.12
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Smart matching for human names
2012-06-04 18:53:46 +02:00
BUILD_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
p5-Lingua-EN-Nickname>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Nickname \
p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx \
p5-Text-Metaphone>=0:${PORTSDIR}/textproc/p5-Text-Metaphone
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>