blob: 78389b0df87e4f7c1696bac8367460d25e2c0f0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.4 2005/01/23 20:41:49 recht Exp $
#
DISTNAME= Reverend-0.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc python
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
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
|