ports/devel/py-fire/Makefile
Yuri Victorovich f98eb0a365 devel/py-fire: update 0.5.0 → 0.6.0
Reported by:	portscout
2024-04-05 18:04:47 -07:00

21 lines
521 B
Makefile

PORTNAME= fire
DISTVERSION= 0.6.0
CATEGORIES= devel science
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for automatically generating command line interfaces (CLIs)
WWW= https://github.com/google/python-fire
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils flavors autoplist
NO_ARCH= yes
.include <bsd.port.mk>