098b40f956
replacement for Django's extends tag, which allows you to use circular template inheritance. The primary use-case for overextends is to simultaneously override and extend templates from other reusable apps, in your own Django project. WWW: https://github.com/stephenmcd/django-overextends
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# Created by: René Ladan <rene@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-overextends
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rene@freebsd.org
|
|
COMMENT= Django reusable app enabling circular template inheritance
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.7:${PORTSDIR}/www/py-django
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|