bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
21 lines
551 B
Makefile
21 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:23 wiz Exp $
|
|
|
|
DISTNAME= djangocms-flash-0.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-flash/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-flash/
|
|
COMMENT= Flash plugin for django CMS
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|