freebsd-ports/www/py-django-appmedia/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

19 lines
471 B
Makefile

# Created by: Kurt Lidl <kurt.lidl@cello.com>
# $FreeBSD$
PORTNAME= django-appmedia
PORTVERSION= 1.0.1
PORTREVISION= 3
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-django18@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>