pkgsrc/www/py-django-photologue/Makefile
adam dafe71a14d Photologue is a reusable Django application that provides powerful image
management and manipulation functionality as well as a complete photo gallery
solution. The 2.x release adds more effects, including reflections and
transparent watermarks. It also introduces the ImageModel abstract base class
allowing developers to easily integrated the Photologue core functionality into
their own models. Photologue embraces the Django admin and smoothly integrates
with photo thumbnails and effect previews.
2012-12-09 20:36:40 +00:00

23 lines
781 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/12/09 20:36:40 adam Exp $
DISTNAME= django-photologue-2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/d/django-photologue/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jdriscoll/django-photologue/
COMMENT= Plug-in photo management application for the Django framework
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-imaging-[0-9]*:../../graphics/py-imaging
DEPENDS+= ${PYPKGPREFIX}-django-south-[0-9]*:../../www/py-django-south
DEPENDS+= ${PYPKGPREFIX}-django-tagging-[0-9]*:../../www/py-django-tagging
PKG_DESTDIR_SUPPORT= user-destdir
EGG_NAME= ${DISTNAME:S/-/_/}
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"