summaryrefslogtreecommitdiff
path: root/www/py-django-configurations/Makefile
blob: 1b43abcd5d6cd390f8ae40a899553d157a0e6048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>