e4e5871355
- Drop backports.ssl-match-hostname related patches as it's only used now for Python versions that we do not ship
25 lines
622 B
Makefile
25 lines
622 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcloud
|
|
PORTVERSION= 0.18.0
|
|
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>
|