freebsd-ports/textproc/p5-Lingua-Stem-Snowball-Da/Makefile

22 lines
373 B
Makefile
Raw Normal View History

# Created by: Thorsten Greiner <thorsten.greiner@web.de>
# $FreeBSD$
2013-11-07 04:52:41 +01:00
PORTNAME= Lingua-Stem-Snowball-Da
PORTVERSION= 1.01
PORTREVISION= 1
2013-11-07 04:52:41 +01:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Porters stemming algorithm for Denmark
LICENSE= GPLv2
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
2019-07-13 22:47:10 +02:00
NO_ARCH= yes
.include <bsd.port.mk>