23 lines
521 B
Makefile
23 lines
521 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 04:00:50 msf Exp $
|
||
|
|
||
|
COMMENT= "Porters stemming algorithm for Denmark"
|
||
|
|
||
|
VERSION= 1.0
|
||
|
DISTNAME= Snowball-Norwegian-${VERSION}
|
||
|
PKGNAME= p5-Lingua-Stem-Snowball-No-${VERSION}
|
||
|
CATEGORIES= textproc perl5
|
||
|
|
||
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AS/ASKSH/}
|
||
|
|
||
|
CONFIGURE_STYLE= perl
|
||
|
|
||
|
.include <bsd.port.mk>
|