ports/www/py-django-bootstrap-form/Makefile
Antoine Brodin ea86c30f2b Remove dependency on the django metaport
With hat:	portmgr
2019-03-08 14:45:50 +00:00

21 lines
453 B
Makefile

# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= django-bootstrap-form
PORTVERSION= 3.4
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@FreeBSD.org
COMMENT= Bootstrap forms for django
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
.include <bsd.port.mk>