1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/py-dotcloud.cli/Makefile
2011-11-08 16:58:04 +00:00

21 lines
418 B
Makefile

# New ports collection makefile for: py-dotcloud.cli
# Date created: 2011-05-03
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dotcloud.cli
PORTVERSION= 0.4.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= dotCloud command-line interface client
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>