82daf06315
2.5.0: Added file link support Allow link requirement to be changed when another CMS plugin inherits from AbstractLink Fixed a bug preventing HOSTNAME_PATTERN to work Updated translations 2.4.0: Added support for Django 2.2 and django CMS 3.7 Removed support for Django 2.0 Extended test matrix Added isort and adapted imports Adapted code base to align with other supported addons
22 lines
717 B
Makefile
22 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/02/19 11:27:41 adam Exp $
|
|
|
|
DISTNAME= djangocms-link-2.5.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.4.5:../../www/py-django-cms
|
|
DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.3.0:../../www/py-django-filer
|
|
DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=0.4.0:../../www/py-djangocms-attributes-field
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|