blob: 5785d227ac78772bcbef351139a0c56f04dceaae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Roberto Pereyra <freebsd@contenidosonline.com.ar>
# $FreeBSD$
PORTNAME= cloudfiles
PORTVERSION= 1.6.0
PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \
LOCAL/yzlin
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python language bindings for Cloud Files API
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|