a661ce60c0
Buildlink files: RECOMMENDED version changed to current version.
22 lines
523 B
Makefile
22 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Reverend-0.2.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=reverend/}
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://www.divmod.org/Reverend/
|
|
COMMENT= General purpose Bayesian classifier
|
|
|
|
NO_BUILDLINK= yes
|
|
NO_CONFIGURE= yes
|
|
USE_LANGUAGES= # empty
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 23 23pth
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|