4d8874a36c
* 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
21 lines
427 B
Makefile
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>
|