pkgsrc/www/py-djangocms-text-ckeditor/Makefile
adam 7bd318b3c7 Changes 2.5.1:
Fix Django 1.7 support
2015-07-17 15:56:41 +00:00

18 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/07/17 15:56:41 adam Exp $
DISTNAME= djangocms-text-ckeditor-2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/d/djangocms-text-ckeditor/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/divio/djangocms-text-ckeditor/
COMMENT= Text Plugin for django-cms with CK-Editor
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"