mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2f71940292
Approved by: portmgr (implicit)
19 lines
445 B
Makefile
19 lines
445 B
Makefile
# 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= freebsd@contenidosonline.com.ar
|
|
COMMENT= Python language bindings for Cloud Files API
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|