9901a46003
Upstream changelog please visit: http://pythonhosted.org//Whoosh/releases/
19 lines
501 B
Makefile
19 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/10/08 14:11:09 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Whoosh-2.5.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/W/Whoosh/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://whoosh.ca/
|
|
COMMENT= Fast, featureful full-text indexing and searching library implemented
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|