pkgsrc/www/py-django-cmsplugin_gallery/Makefile
adam 2f4a1e968d cmsplugin_gallery adds simple gallery plugin to your djangoCMS installation
Features:
* Drag&Drop reordering of photos in the plugin admin
* Unlimited, auto-discovered custom templates - you can change template of
  given gallery at anytime, use javascript galleries etc.
2013-01-28 21:16:26 +00:00

20 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/01/28 21:16:26 adam Exp $
DISTNAME= cmsplugin_gallery-0.5.3
PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/c/cmsplugin_gallery/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://github.com/centralniak/cmsplugin_gallery
COMMENT= DjangoCMS image gallery plugin
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
DEPENDS+= ${PYPKGPREFIX}-django-easy-thumbnails-[0-9]*:../../www/py-django-easy-thumbnails
DEPENDS+= ${PYPKGPREFIX}-django-inline-ordering-[0-9]*:../../www/py-django-inline-ordering
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"