19 lines
338 B
Makefile
19 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/07/03 21:45:47 sthen Exp $
|
|
|
|
COMMENT= Porters stemming algorithm for Sweden
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
VERSION = 1.2
|
|
DISTNAME= Snowball-Swedish-${VERSION}
|
|
PKGNAME= p5-Lingua-Stem-Snowball-Se-${VERSION}
|
|
CATEGORIES= textproc
|
|
REVISION= 0
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CPAN_AUTHOR= ASKSH
|
|
|
|
.include <bsd.port.mk>
|