4f498a3b50
- Stage support - Bump PORTREVISION
19 lines
433 B
Makefile
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>
|