93ea5e46e1
1.0.0: Fixed compatibility with Django 2.x Added proper test framework Cleaned up file structure
18 lines
572 B
Makefile
18 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/12/13 21:20:38 adam Exp $
|
|
|
|
DISTNAME= djangocms-attributes-field-1.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-attributes-field/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-attributes-field
|
|
COMMENT= Implementation of JSONField for arbitrary HTML element attributes
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|