- Remove MASTER_SITE_SUBDIR - Sort PLIST - Update link in pkg-descr - Take maintainership
23 lines
452 B
Makefile
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>
|