mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
668b4f6300
PR: 230524 Submitted by: rene Approved by: maintainer timeout (Kurt Lidl, 14 days)
20 lines
472 B
Makefile
20 lines
472 B
Makefile
# Created by: Kurt Lidl <kurt.lidl@cello.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-appmedia
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kurt.lidl@cello.com
|
|
COMMENT= Serve static content from within django app directories
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django111@${PY_FLAVOR}
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|