a9e7b7d1b8
2.3.1: Fixes an issue when cms_page is not available
19 lines
612 B
Makefile
19 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/12/22 09:16:33 adam Exp $
|
|
|
|
DISTNAME= djangocms-link-2.3.1
|
|
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}-djangocms-attributes-field>=0.4.0:../../www/py-djangocms-attributes-field
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|