diff options
Diffstat (limited to 'textproc/py-Reverend/Makefile')
-rw-r--r-- | textproc/py-Reverend/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-Reverend/Makefile b/textproc/py-Reverend/Makefile new file mode 100644 index 00000000000..6896a2fa006 --- /dev/null +++ b/textproc/py-Reverend/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/27 02:26:47 minskim Exp $ +# + +DISTNAME= Reverend-0.2.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +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" |