summaryrefslogtreecommitdiff
path: root/www/py-django-bootstrap4/Makefile
blob: 80a63fd6f18513e100499b6e9f25f390172f7e31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	django-bootstrap4
PORTVERSION=	0.0.8
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	alex@xanderio.de
COMMENT=	Bootstrap 4 support for Django projects
WWW=		https://github.com/zostera/django-bootstrap4

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>