freebsd-ports/textproc/py-whoosh/Makefile
William Grzybowski 466068a0f0 textproc/py-whoosh: update to 2.5.7
- USES python
- Add LICENSE
- Pass maintainership to python
2014-08-24 15:20:59 +00:00

19 lines
413 B
Makefile

# Created by: gugabsd <gugabsd@mundounix.com.br>
# $FreeBSD$
PORTNAME= whoosh
PORTVERSION= 2.5.7
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Whoosh-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Featureful full-text indexing and searching in Python
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>