freebsd-ports/www/py-djangocms-admin-style/Makefile
Kai Knoblich 4d8874a36c www/py-djangocms-admin-style: Update to 1.4.0
* Remove location to license file as upstream doesn't add it to the newer
  tarballs at the moment. The license itself hasn't changed.
* Pet portlint.

Changelog:

https://github.com/divio/djangocms-admin-style/blob/1.4.0/CHANGELOG.rst
2019-06-29 18:39:34 +00:00

21 lines
427 B
Makefile

# $FreeBSD$
PORTNAME= djangocms-admin-style
DISTVERSION= 1.4.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Pretty CSS styles for the django CMS admin interface
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>