pkgsrc/www/py-djangocms-video/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

23 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.10 2022/01/04 20:55:24 wiz Exp $
DISTNAME= djangocms-video-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-video/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/divio/djangocms-video
COMMENT= Django CMS plugin that allow you to publish video content
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.7:../../www/py-django-cms
DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.7:../../www/py-django-filer
DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=1.0:../../www/py-djangocms-attributes-field
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"