1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/py-cloudfiles/Makefile
Marcus von Appen 2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00

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>