22 lines
510 B
Makefile
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>
|