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.
18 lines
493 B
Makefile
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"
|