2013-09-21 01:17:30 +02:00
|
|
|
# Created by: gugabsd <gugabsd@mundounix.com.br>
|
2012-05-24 04:28:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= whoosh
|
2014-08-24 17:20:59 +02:00
|
|
|
PORTVERSION= 2.5.7
|
2012-05-24 04:28:19 +02:00
|
|
|
CATEGORIES= textproc www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Whoosh-${PORTVERSION}
|
|
|
|
|
2014-08-24 17:20:59 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2012-05-24 04:28:19 +02:00
|
|
|
COMMENT= Featureful full-text indexing and searching in Python
|
|
|
|
|
2014-08-24 17:20:59 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
2012-05-24 04:28:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|