aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-whoosh/Makefile
blob: 170319f92d30cc3776caac5c0ca86e423945c054 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: gugabsd <gugabsd@mundounix.com.br>
# $FreeBSD$

PORTNAME=   whoosh
PORTVERSION=    2.7.4
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
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

NO_ARCH=    yes
USES=       python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>