mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
21 lines
468 B
Makefile
Executable file
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>
|