aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-libcloud/Makefile
blob: fa3af6be3407325fa27f1441c2d0b6e7b3689dbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Ports collection makefile for:    py-libcloud
# Date created:             2010-12-16
# Whom:                 Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libcloud
PORTVERSION=    0.5.0
CATEGORIES= net python
MASTER_SITES=   ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   apache-${PORTNAME}-${PORTVERSION}

MAINTAINER= glarkin@FreeBSD.org
COMMENT=    Standard client library for many popular cloud providers

LICENSE=    ASL

USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_BZIP2=  yes

PYDISTUTILS_EGGINFO=    apache_${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info

.include <bsd.port.mk>