freebsd-ports/www/py-django-configurations/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

22 lines
510 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= configurations
PORTVERSION= 1.0
CATEGORIES= www python
MASTER_SITES= GH
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
MAINTAINER= tj@FreeBSD.org
COMMENT= Django project configuration using the composability of Python classes
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= jazzband
GH_PROJECT= django-configurations
.include <bsd.port.mk>