pkgsrc/www/py-django-contrib-comments/Makefile
adam 3bdd111ea4 Django used to include a comments framework; since Django 1.6 it's been
separated to a separate project. This is that project.

This framework can be used to attach comments to any model, so you can use it
for comments on blog entries, photos, book chapters, or anything else.
2017-05-09 20:22:34 +00:00

18 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/05/09 20:22:34 adam Exp $
DISTNAME= django-contrib-comments-1.8.0
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
USE_LANGUAGES= # empty
DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"