aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-django-easy-thumbnails/Makefile
blob: a54017b5a2d9b6454511904be78523721d2db0cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>