aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-libcloud/Makefile
blob: c570073b4eb01df5e277bc2589518615bc00fc19 (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
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libcloud
PORTVERSION=    0.17.0
PORTREVISION=   2
CATEGORIES= net python
MASTER_SITES=   APACHE/${PORTNAME}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   apache-${PORTNAME}-${PORTVERSION}

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

LICENSE=    APACHE20
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=       cpe python tar:bzip2
USE_PYTHON= distutils autoplist
CPE_VENDOR= apache

post-extract:
    @${MV} ${WRKSRC}/libcloud/test ${WRKSRC}/test # no need to install tests
    @${FIND} ${WRKSRC} -name "*.rej" -delete

.include <bsd.port.mk>