mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8283535e6e
- Tweak RUN_DEPENDS - Fix pkg-desc WWW (needs django>=1.3) PR: ports/168864 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer (timeout, 60 days)
25 lines
525 B
Makefile
25 lines
525 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.7
|
|
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_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|