12e95673d8
Currently for form previews and multi-step forms. This code used to live in Django proper - in django.contrib.formtools - but was separated into a standalone package in Django 1.8 to keep the framework's core clean.
18 lines
525 B
Makefile
18 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/05/13 20:02:26 adam Exp $
|
|
|
|
DISTNAME= django-formtools-1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-formtools/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://django-formtools.readthedocs.io/
|
|
COMMENT= Collection of assorted utilities for specific form use cases
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|