1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/py-dotcloud.cli/Makefile
2011-07-23 16:32:31 +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.2
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>