mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
21 lines
455 B
Makefile
21 lines
455 B
Makefile
PORTNAME= decli
|
|
PORTVERSION= 0.6.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Minimal, easy-to-use, declarative CLI tool
|
|
WWW= https://pypi.org/project/decli/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|