diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-07-09 22:28:24 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-07-09 22:28:24 +0000 |
commit | a5d63974f7f8da8f0eeec53c8a19b7ee03e8c37e (patch) | |
tree | 3b7e5b8ac8bb3f899b5b9bfd6dd26cea63d580d9 | |
parent | 232ff2017bb3c8828149632ac618be77d7a9c655 (diff) | |
download | ports-a5d63974f7f8da8f0eeec53c8a19b7ee03e8c37e.tar.gz ports-a5d63974f7f8da8f0eeec53c8a19b7ee03e8c37e.zip |
New port: www/py-django-bootstrap4
Library with the goal to seamlessly blend Django and Bootstrap 4.
WWW: https://github.com/zostera/django-bootstrap4
* Because the Python related code is based on www/py-django-bootstrap3 it
was repocopied from that port.
PR: 239035
Submitted by: Alexander Sieg <alex@xanderio.de>
Notes
Notes:
svn path=/head/; revision=506322
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-django-bootstrap4/Makefile | 20 | ||||
-rw-r--r-- | www/py-django-bootstrap4/distinfo | 3 | ||||
-rw-r--r-- | www/py-django-bootstrap4/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2a9099812c99..81a0eb0dfa62 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1517,6 +1517,7 @@ SUBDIR += py-django-bitfield SUBDIR += py-django-bootstrap-form SUBDIR += py-django-bootstrap3 + SUBDIR += py-django-bootstrap4 SUBDIR += py-django-braces SUBDIR += py-django-bulk-update SUBDIR += py-django-cacheops diff --git a/www/py-django-bootstrap4/Makefile b/www/py-django-bootstrap4/Makefile new file mode 100644 index 000000000000..89bc4a60e204 --- /dev/null +++ b/www/py-django-bootstrap4/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= django-bootstrap4 +PORTVERSION= 0.0.8 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alex@axanderio.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> diff --git a/www/py-django-bootstrap4/distinfo b/www/py-django-bootstrap4/distinfo new file mode 100644 index 000000000000..9fd8298075a1 --- /dev/null +++ b/www/py-django-bootstrap4/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1562664050 +SHA256 (django-bootstrap4-0.0.8.tar.gz) = 9f115534ae8d052d397201f3d716c10d7c9832b422e44dd7382418c6f274df18 +SIZE (django-bootstrap4-0.0.8.tar.gz) = 28959 diff --git a/www/py-django-bootstrap4/pkg-descr b/www/py-django-bootstrap4/pkg-descr new file mode 100644 index 000000000000..d1e700d8fcdd --- /dev/null +++ b/www/py-django-bootstrap4/pkg-descr @@ -0,0 +1,3 @@ +Library with the goal to seamlessly blend Django and Bootstrap 4. + +WWW: https://github.com/zostera/django-bootstrap4 |