pkgsrc/www/py-django-contrib-comments/Makefile
adam 1180e5069b py-django-contrib-comments: updated to 1.9.1
1.9.1:
* WARNING: This is most probably the last version supporting Python 2.
* Added testing for Python 3.7.
* Confirmed support for Django 2.2 (no code changes required).
* Updated translations.
2019-03-10 15:28:24 +00:00

18 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/03/10 15:28:24 adam Exp $
DISTNAME= django-contrib-comments-1.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-contrib-comments/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/django/django-contrib-comments
COMMENT= Framework to attach comments to any Django model
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"