aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django-filer/Makefile
blob: da7b3e984322f08a83475e49be3b9e103f0a370a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
# $FreeBSD$

PORTNAME=   django-filer
PORTVERSION=    0.8.6
PORTREVISION=   3
CATEGORIES= www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= xenophon+fbsdports@irtnog.org
COMMENT=    File and Image Management Application for django

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}django18>=0:${PORTSDIR}/www/py-django18 \
        ${PYTHON_PKGNAMEPREFIX}django-easy-thumbnails>=0:${PORTSDIR}/graphics/py-django-easy-thumbnails \
        ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow

USES=       python
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>