mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: www/py-django-bootstrap3
Library with the goal to seamlessly blend Django and Bootstrap 3. WWW: https://github.com/dyve/django-bootstrap3/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19543
This commit is contained in:
parent
4a8699eda3
commit
f20b2c1e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495616
@ -1536,6 +1536,7 @@
|
||||
SUBDIR += py-django-babel
|
||||
SUBDIR += py-django-bitfield
|
||||
SUBDIR += py-django-bootstrap-form
|
||||
SUBDIR += py-django-bootstrap3
|
||||
SUBDIR += py-django-braces
|
||||
SUBDIR += py-django-bulk-update
|
||||
SUBDIR += py-django-caching-app-plugins
|
||||
|
23
www/py-django-bootstrap3/Makefile
Normal file
23
www/py-django-bootstrap3/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
www/py-django-bootstrap3/distinfo
Normal file
3
www/py-django-bootstrap3/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1549632547
|
||||
SHA256 (django-bootstrap3-11.0.0.tar.gz) = 593f98c0b84e26ab61ef9d81d3f7c3691f1d8492c9343b03e9feb9e8e9404e6a
|
||||
SIZE (django-bootstrap3-11.0.0.tar.gz) = 40279
|
3
www/py-django-bootstrap3/pkg-descr
Normal file
3
www/py-django-bootstrap3/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Library with the goal to seamlessly blend Django and Bootstrap 3.
|
||||
|
||||
WWW: https://github.com/dyve/django-bootstrap3/
|
Loading…
Reference in New Issue
Block a user