pkgsrc/comms/py-cleo/Makefile
adam 363602a6f4 py-cleo: added version 0.8.1
Create 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. Refer to its documentation for more information.
2022-01-11 19:12:31 +00:00

18 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/01/11 19:12:31 adam Exp $
DISTNAME= cleo-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cleo/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sdispater/cleo
COMMENT= Create beautiful and testable command-line interfaces
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-clikit>=0.6.0:../../comms/py-clikit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"