2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Kurt Lidl <kurt.lidl@cello.com>
|
2011-03-04 21:30:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= django-appmedia
|
|
|
|
PORTVERSION= 1.0.1
|
2016-01-16 10:52:37 +01:00
|
|
|
PORTREVISION= 2
|
2011-03-04 21:30:50 +01:00
|
|
|
CATEGORIES= www python
|
2014-10-18 21:06:13 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2011-03-04 21:30:50 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= kurt.lidl@cello.com
|
|
|
|
COMMENT= Serve static content from within django app directories
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
|
2011-03-04 21:30:50 +01:00
|
|
|
|
2014-10-18 21:06:13 +02:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= autoplist distutils
|
2011-03-04 21:30:50 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|