freebsd-ports/www/py-django-appmedia/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

19 lines
456 B
Makefile

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