8c461ef64e
It was a copy/paste error of email address.
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|