freebsd-ports/net/py-libcloud/Makefile
Greg Larkin e4baa23d7c libcloud is a client library for interacting with many of the popular
cloud server providers. It was created to make it easy for developers
to build products that work between any of the services that it
supports.

WWW: http://incubator.apache.org/libcloud/
2010-12-16 22:16:00 +00:00

29 lines
692 B
Makefile

# Ports collection makefile for: py-libcloud
# Date created: 2010-12-16
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libcloud
PORTVERSION= 0.4.0
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= incubator/libcloud
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= apache-${PORTNAME}-incubating-${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
WRKSRC= ${WRKDIR}/apache-${PORTNAME}-${PORTVERSION}
PYDISTUTILS_EGGINFO= apache_${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
.include <bsd.port.mk>