8dbfb133ec
- Make portlint happy PR: ports/158318 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer timeout, bapt (mentor, implicit)
24 lines
538 B
Makefile
24 lines
538 B
Makefile
# New ports collection makefile for: py-django-haystack
|
|
# Date created: July 29 2011
|
|
# Whom: Kristaps Kulis <kristaps.kulis@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= django-haystack
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= www databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kristaps.kulis@gmail.com
|
|
COMMENT= Pluggable search for Django
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|