df701b7ab7
3.0.0: Added support for Django 3.1 Dropped support for Python 2.7 and Python 3.4 Dropped support for Django < 2.2 Fixed an issue when using django-select2 where jQuery is missing Decreased django-select2's data-minimum-input-length option to 0
22 lines
711 B
Makefile
22 lines
711 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/01/16 09:58:24 adam Exp $
|
|
|
|
DISTNAME= djangocms-link-3.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-link/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-link
|
|
COMMENT= Django CMS plugin that allows to add links
|
|
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"
|