Changelog: https://django-formtools.readthedocs.io/en/latest/changelog.html PR: 261919 Approved by: alfred (timeout)
19 lines
431 B
Makefile
19 lines
431 B
Makefile
# Created by: Sofian Brabez <sbrabez@gmail.com>
|
|
|
|
PORTNAME= django-formtools
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alfred@FreeBSD.org
|
|
COMMENT= Bootstrap forms for django
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|