freebsd-ports/graphics/py-django-easy-thumbnails/Makefile
Sunpoet Po-Chuan Hsieh 8972362c86 - Add py-django-easy-thumbnails 1.0.3
The primary function of easy-thumbnails is to dynamically create thumbnails
based on a source image.  So whenever a thumbnail does not exist or if the
source was modified more recently than the existing thumbnail, a new thumbnail
is generated (and saved).  Thumbnail aliases can be defined, providing
predefined thumbnail options.  This also allows for generation of thumbnails
when the source image is uploaded.

WWW: http://pypi.python.org/pypi/easy-thumbnails/
WWW: https://github.com/SmileyChris/easy-thumbnails

PR:		ports/169246
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2012-06-24 15:19:38 +00:00

27 lines
578 B
Makefile

# New ports collection makefile for: py-easy-thumbnails
# Date created: 19 Jun 2012
# Whom: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
#
# $FreeBSD$
#
PORTNAME= easy-thumbnails
PORTVERSION= 1.0.3
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
MAINTAINER= xenophon+fbsdports@irtnog.org
COMMENT= Easy thumbnails for Django
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>