41d3c24a3b
django-filer is a file management application for django. It handles uploading and organizing files and images in contrib.admin. WWW: http://pypi.python.org/pypi/django-filer/ WWW: https://github.com/stefanfoulis/django-filer PR: ports/169249 Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
27 lines
743 B
Makefile
27 lines
743 B
Makefile
# New ports collection makefile for: py-django-filer
|
|
# Date created: 19 Jun 2012
|
|
# Whom: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= django-filer
|
|
PORTVERSION= 0.8.6
|
|
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}django>=0:${PORTSDIR}/www/py-django \
|
|
${PYTHON_PKGNAMEPREFIX}django-easy-thumbnails>=0:${PORTSDIR}/graphics/py-django-easy-thumbnails \
|
|
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|