freebsd-ports/textproc/p5-Lingua-Stem-Snowball-Se/Makefile
Sunpoet Po-Chuan Hsieh 0d60b66759 Pet portlint
- Remove MASTER_SITE_SUBDIR
- Sort PLIST
- Update link in pkg-descr
- Take maintainership
2018-06-24 20:16:41 +00:00

23 lines
452 B
Makefile

# Created by: Thorsten Greiner <thorsten.greiner@web.de>
# $FreeBSD$
PORTNAME= Lingua-Stem-Snowball-Se
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= Snowball-Swedish-${PORTVERSION}
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Stemmer for Swedish
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>