mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
18 lines
356 B
Makefile
18 lines
356 B
Makefile
PORTNAME= django-bootstrap4
|
|
PORTVERSION= 0.0.8
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alex@xanderio.de
|
|
COMMENT= Bootstrap 4 support for Django projects
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|