Line 0
Link Here
|
|
|
1 |
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= django-openstack-auth |
5 |
PORTVERSION= 3.0.0 |
6 |
CATEGORIES= www python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
DISTNAME= django_openstack_auth-${PORTVERSION} |
10 |
|
11 |
MAINTAINER= alexander.nusov@nfvexpress.com |
12 |
COMMENT= Django authentication backend for use with openstack identity |
13 |
|
14 |
LICENSE= APACHE20 |
15 |
|
16 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr |
17 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
18 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ |
19 |
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ |
20 |
${PYTHON_PKGNAMEPREFIX}keystoneclient>=3.6.0:net/py-keystoneclient \ |
21 |
${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.15.0:devel/py-oslo.policy \ |
22 |
${PYTHON_PKGNAMEPREFIX}oslo.config>=0:devel/py-oslo.config \ |
23 |
${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 |
24 |
|
25 |
NO_ARCH= yes |
26 |
|
27 |
USES= python |
28 |
USE_PYTHON= autoplist distutils |
29 |
|
30 |
.include <bsd.port.mk> |