freebsd-ports/www/py-django-evolution/Makefile
2011-02-26 14:50:11 +00:00

25 lines
582 B
Makefile

# New ports collection makefile for: py-django-evolution
# Date created: 2011-02-26
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= django-evolution
PORTVERSION= 0.6.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= django_evolution-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A database schema evolution tool for the Django web framework
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.1.1:${PORTSDIR}/www/py-django
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>