mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
25 lines
590 B
Makefile
25 lines
590 B
Makefile
PORTNAME= django-bootstrap3
|
|
PORTVERSION= 15.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Bootstrap 3 support for Django projects
|
|
WWW= https://github.com/zostera/django-bootstrap3
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test -v3 --noinput
|
|
|
|
.include <bsd.port.mk>
|