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

24 lines
472 B
Makefile
Raw Normal View History

2004-12-29 23:15:06 -05:00
# $OpenBSD: Makefile,v 1.3 2004/12/30 04:15:06 msf Exp $
COMMENT= "Porters stemming algorithm for Denmark"
DISTNAME= Lingua-Stem-Snowball-Da-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
2004-12-29 22:58:31 -05:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
CONFIGURE_STYLE= perl
2004-12-29 23:15:06 -05:00
PKG_ARCH= *
.include <bsd.port.mk>