freebsd-ports/textproc/py-whoosh/Makefile
Martin Wilke 4f498a3b50 - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-04 15:41:38 +00:00

19 lines
433 B
Makefile

# Created by: gugabsd <gugabsd@mundounix.com.br>
# $FreeBSD$
PORTNAME= whoosh
PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Whoosh-${PORTVERSION}
MAINTAINER= gugabsd@mundounix.com.br
COMMENT= Featureful full-text indexing and searching in Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>