1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/textproc/py-whoosh/Makefile
Josh Paetzel c10de714d3 Update to 2.4.1
PR:	ports/171758
Submitted by:	William Grzybowski <william88@gmail.com>
Approved by:a	Maintainer Timeout
2012-10-09 01:43:37 +00:00

25 lines
560 B
Makefile

# 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>