forked from Lainports/opnsense-ports
23 lines
556 B
Makefile
23 lines
556 B
Makefile
# Created by: Roberto Pereyra <freebsd@contenidosonline.com.ar>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-cloudfiles
|
|
PORTVERSION= 1.7.11
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python language bindings for Cloud Files API
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
DEPRECATED= Deprecated by usptream since August 1, 2013. Use databases/py-python-swiftclient instead
|
|
EXPIRATION_DATE=2017-08-31
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|