|
Lines 1-7
Link Here
|
| 1 |
# Created by: Sofian Brabez <sbrabez@gmail.com> |
1 |
# Created by: Sofian Brabez <sbrabez@gmail.com> |
| 2 |
|
2 |
|
| 3 |
PORTNAME= django-formtools |
3 |
PORTNAME= django-formtools |
| 4 |
PORTVERSION= 2.1 |
4 |
PORTVERSION= 2.3 |
| 5 |
CATEGORIES= www python |
5 |
CATEGORIES= www python |
| 6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
| 7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 11-16
COMMENT= Bootstrap forms for django
Link Here
|
| 11 |
|
11 |
|
| 12 |
LICENSE= MIT |
12 |
LICENSE= MIT |
| 13 |
|
13 |
|
|
|
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} |
| 15 |
|
| 14 |
USES= python:3.6+ |
16 |
USES= python:3.6+ |
| 15 |
USE_PYTHON= distutils autoplist |
17 |
USE_PYTHON= distutils autoplist |
| 16 |
|
18 |
|