blob: 8f1f6a63ff6e2be2120975d0584557530d236de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: py-whoosh
# Date created: 2012-04-21
# Whom: gugabsd <gugabsd@mundounix.com.br>
#
# $FreeBSD$
#
PORTNAME= whoosh
PORTVERSION= 2.4.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
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Whoosh
.include <bsd.port.mk>
|