1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Li-Wen Hsu 58db0324e9 - Switch dependency to www/py-django
Since py-django-evolution is only required by www/reviewboard,
  and the latest version of reviewboard now depends on django-1.4.x ,
  switch the dependency port of py-django-evolution to avoid conflict.
- Pass maintainership to submitter

PR:		ports/175093
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-07 09:52:04 +00:00

23 lines
516 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-evolution
PORTVERSION= 0.6.7
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= django_evolution-${PORTVERSION}
MAINTAINER= linpc@cs.nctu.edu.tw
COMMENT= A database schema evolution tool for the Django web framework
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.1.1:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>