925ae70539
grappelli_safe is a permanent fork of Grappelli admin skin for Django, to be referenced as a dependency for the Mezzanine CMS for Django. At the time of grappelli_safe's creation, Grappelli was incorrectly packaged on PyPI, and had also dropped compatibility with Django 1.1 - grappelli_safe was therefore created to address these specific issues.
18 lines
528 B
Makefile
18 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/12/30 13:29:47 adam Exp $
|
|
|
|
DISTNAME= grappelli_safe-0.4.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grappelli_safe/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/stephenmcd/grappelli-safe/
|
|
COMMENT= Permanent fork of Grapelli admin skin for Mezzanine
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|