1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/py-python-digitalocean/Makefile
Steven Kreuzer f2b075c274 python-digitalocean is a python package that provide easy acces to
digitalocean.com APIs to manage droplets, images and more.

WWW: http://projects.setale.me/python-digitalocean
2015-01-16 15:01:47 +00:00

21 lines
452 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= python-digitalocean
PORTVERSION= 1.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@exit2shell.com
COMMENT= API to manage digitalocean.com droplets
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:${PORTSDIR}/www/py-requests
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>