mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
20 lines
443 B
Makefile
20 lines
443 B
Makefile
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
|
|
|
PORTNAME= django-bootstrap-form
|
|
PORTVERSION= 3.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alfred@FreeBSD.org
|
|
COMMENT= Bootstrap forms for django
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.5:www/py-django22@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|