aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2018-05-11 00:25:56 +0800
committermiwi <miwi@FreeBSD.org>2018-05-11 00:25:56 +0800
commit3a1d99df3ed02e461ec320bf63e1f4fd78422660 (patch)
treeb30aa17cfacca530f21d6d15ca95f4c35e9cd306 /www
parentbbb6dad4426b8526ce0a95a43b88fd9538c0041b (diff)
downloadfreebsd-ports-gnome-3a1d99df3ed02e461ec320bf63e1f4fd78422660.tar.gz
freebsd-ports-gnome-3a1d99df3ed02e461ec320bf63e1f4fd78422660.tar.zst
freebsd-ports-gnome-3a1d99df3ed02e461ec320bf63e1f4fd78422660.zip
The django CMS Admin Style is a Django Theme tailored to the needs of django CMS
and adds pretty CSS styles for the django CMS admin interface. WWW: https://www.django-cms.org/ PR: 227672 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-djangocms-admin-style/Makefile21
-rw-r--r--www/py-djangocms-admin-style/distinfo3
-rw-r--r--www/py-djangocms-admin-style/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 86b43ef0c923..0fad63b0f9e2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1624,6 +1624,7 @@
SUBDIR += py-django_compressor
SUBDIR += py-django_openstack_auth
SUBDIR += py-django_polymorphic
+ SUBDIR += py-djangocms-admin-style
SUBDIR += py-djangorestframework
SUBDIR += py-djangorestframework36
SUBDIR += py-djangorestframework-csv
diff --git a/www/py-djangocms-admin-style/Makefile b/www/py-djangocms-admin-style/Makefile
new file mode 100644
index 000000000000..8318585f7e4a
--- /dev/null
+++ b/www/py-djangocms-admin-style/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= djangocms-admin-style
+DISTVERSION= 1.2.8
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= freebsd_ports@k-worx.org
+COMMENT= Pretty CSS styles for the django CMS admin interface
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/www/py-djangocms-admin-style/distinfo b/www/py-djangocms-admin-style/distinfo
new file mode 100644
index 000000000000..cccb3e86cc72
--- /dev/null
+++ b/www/py-djangocms-admin-style/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524165187
+SHA256 (djangocms-admin-style-1.2.8.tar.gz) = 7f7452f0d6b9d45f99949e8dd2f7a0fcc242d2134d6cec088ed2b3457e2c7954
+SIZE (djangocms-admin-style-1.2.8.tar.gz) = 303063
diff --git a/www/py-djangocms-admin-style/pkg-descr b/www/py-djangocms-admin-style/pkg-descr
new file mode 100644
index 000000000000..476555eb9200
--- /dev/null
+++ b/www/py-djangocms-admin-style/pkg-descr
@@ -0,0 +1,4 @@
+The django CMS Admin Style is a Django Theme tailored to the needs of django CMS
+and adds pretty CSS styles for the django CMS admin interface.
+
+WWW: https://www.django-cms.org/