ports/devel/py-argparse_addons/Makefile
Shapovalov Alexey a15a357dee devel/py-argparse_addons: additional Python argparse types and actions
Sponsored by:   Serenity Cybersecurity, LLC
2024-08-17 23:44:39 +03:00

21 lines
468 B
Makefile
Executable file

PORTNAME= argparse_addons
PORTVERSION= 0.12.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= awoonyaa@gmail.com
COMMENT= Additional Python argparse types and actions
WWW= https://github.com/eerimoq/argparse_addons
LICENSE= MIT
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>