eb35fc7eae
Changelog since 3.2.4: https://github.com/django-cms/djangocms-admin-style/compare/3.2.4...3.2.6
20 lines
443 B
Makefile
20 lines
443 B
Makefile
PORTNAME= djangocms-admin-style
|
|
DISTVERSION= 3.2.6
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Pretty CSS styles for the django CMS admin interface
|
|
WWW= https://www.django-cms.org/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|