freebsd-ports/www/py-dotcloud.cli/Makefile
Martin Wilke b0d02b47c3 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- bump PORTREVISION
2014-01-29 15:56:23 +00:00

18 lines
371 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= dotcloud.cli
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= dotCloud command-line interface client
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>