freebsd-ports/devel/py-cleo/Makefile
Sunpoet Po-Chuan Hsieh 5d51b77642 Add py-cleo 0.7.6
Cleo creates beautiful and testable command-line interfaces. Cleo is mostly a
higher level wrapper for CliKit, so a lot of the components and utilities comes
from it.

WWW: https://github.com/sdispater/cleo
2019-12-29 17:31:08 +00:00

23 lines
511 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cleo
PORTVERSION= 0.7.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create beautiful and testable command-line interfaces
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clikit>=0.4.0<0.5.0:devel/py-clikit@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>