Index: www/Makefile =================================================================== --- www/Makefile +++ www/Makefile @@ -1535,6 +1535,7 @@ SUBDIR += py-django-auth-ldap SUBDIR += py-django-babel SUBDIR += py-django-bitfield + SUBDIR += py-django-bootstrap3 SUBDIR += py-django-bootstrap-form SUBDIR += py-django-braces SUBDIR += py-django-bulk-update Index: www/py-django-bootstrap3/Makefile =================================================================== --- /dev/null +++ www/py-django-bootstrap3/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= django-bootstrap3 +PORTVERSION= 11.0.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kai@FreeBSD.org +COMMENT= Bootstrap 3 support for Django projects + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +post-extract: + @${FIND} ${WRKSRC} -name ".DS_Store" -type f -delete + +.include Index: www/py-django-bootstrap3/distinfo =================================================================== --- /dev/null +++ www/py-django-bootstrap3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549632547 +SHA256 (django-bootstrap3-11.0.0.tar.gz) = 593f98c0b84e26ab61ef9d81d3f7c3691f1d8492c9343b03e9feb9e8e9404e6a +SIZE (django-bootstrap3-11.0.0.tar.gz) = 40279 Index: www/py-django-bootstrap3/pkg-descr =================================================================== --- /dev/null +++ www/py-django-bootstrap3/pkg-descr @@ -0,0 +1,3 @@ +Library with the goal to seamlessly blend Django and Bootstrap 3. + +WWW: https://github.com/dyve/django-bootstrap3/