mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
c10de714d3
PR: ports/171758 Submitted by: William Grzybowski <william88@gmail.com> Approved by:a Maintainer Timeout
25 lines
560 B
Makefile
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>
|