freebsd-ports/www/py-django-evolution/Makefile
Martin Wilke 6332037fce - Switch all ports to www/py-django18
- Bump PORTREVISION
2016-01-16 09:52:37 +00:00

27 lines
570 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-evolution
PORTVERSION= 0.7.6
PORTREVISION= 1
DISTVERSIONPREFIX= release-
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Database schema evolution tool for the Django web framework
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django18
USE_GITHUB= yes
GH_ACCOUNT= beanbaginc
USES= python
USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/tests
.include <bsd.port.mk>