diff options
Diffstat (limited to 'www/py-dotcloud.cli/Makefile')
-rw-r--r-- | www/py-dotcloud.cli/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/www/py-dotcloud.cli/Makefile b/www/py-dotcloud.cli/Makefile deleted file mode 100644 index ce528f829983..000000000000 --- a/www/py-dotcloud.cli/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= dotcloud.cli -PORTVERSION= 0.4.8 -CATEGORIES= www python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= lwhsu@FreeBSD.org -COMMENT= dotCloud command-line interface client - -DEPRECATED= deprecated in upstream -EXPIRATION_DATE= 2017-04-30 - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> |