freebsd-ports/textproc/p5-Lingua-Stem/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
892 B
Makefile

# Created by: Thorsten Greiner <thorsten.greiner@web.de>
# $FreeBSD$
PORTNAME= Lingua-Stem
PORTVERSION= 0.84
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SNOWHARE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides word stemming algorithms localized by language
BUILD_DEPENDS= p5-Lingua-PT-Stemmer>=0:textproc/p5-Lingua-PT-Stemmer \
p5-Lingua-Stem-Fr>=0:textproc/p5-Lingua-Stem-Fr \
p5-Lingua-Stem-It>=0:textproc/p5-Lingua-Stem-It \
p5-Lingua-Stem-Ru>=0:textproc/p5-Lingua-Stem-Ru \
p5-Lingua-Stem-Snowball-Da>=0:textproc/p5-Lingua-Stem-Snowball-Da \
p5-Lingua-Stem-Snowball-No>=0:textproc/p5-Lingua-Stem-Snowball-No \
p5-Lingua-Stem-Snowball-Se>=0:textproc/p5-Lingua-Stem-Snowball-Se \
p5-Text-German>=0:textproc/p5-Text-German
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>