View | Details | Raw Unified | Return to bug 239035
Collapse All | Expand All

(-)Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	django-bootstrap4
4
PORTVERSION=	0.0.8
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	www python
7
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	alex@axanderio.de
10
COMMENT=	Bootstrap 4 integration for Django
11
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		python
16
USE_PYTHON=	autoplist distutils
17
18
USE_GITHUB= yes
19
GH_ACCOUNT= zostera
20
21
NO_ARCH=	yes
22
23
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562524283
2
SHA256 (zostera-django-bootstrap4-v0.0.8_GH0.tar.gz) = 1e3717cbff1a18f18887bd827780b17a8e6e10bb8343059cfba10ab26ff3b16e
3
SIZE (zostera-django-bootstrap4-v0.0.8_GH0.tar.gz) = 43701
(-)pkg-descr (+3 lines)
Line 0 Link Here
1
Library with the goal to seamlessly blend Django and Bootstrap 4.
2
3
WWW: https://github.com/zostera/django-bootstrap4

Return to bug 239035