freebsd-ports/www/py-django-crispy-forms/Makefile
Kubilay Kocak 3c26abd8d3 www/py-django-crispy-forms: The best way to have Django DRY forms [NEW PORT]
The best way to have Django DRY forms. Build programmatic reusable layouts
out of components, having full control of the rendered HTML without writing
HTML in templates. All this without breaking the standard way of doing things
in Django, so it plays nice with any other form application.

WWW: https://github.com/maraujop/django-crispy-forms

PR:		ports/186158
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-02-02 08:10:14 +00:00

22 lines
492 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= crispy-forms
PORTVERSION= 1.4.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
DISTNAME= django-${PORTNAME}-${PORTVERSION}
MAINTAINER= xmj@chaot.net
COMMENT= The best way to have Django DRY forms
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django<1.7:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>