freebsd-ports/devel/py-plac/Makefile
Yuri Victorovich 9ca1a546d2 devel/py-plac: Update 1.3.2 -> 1.3.3
Reported by:	portscout
2021-04-14 01:37:19 -07:00

19 lines
404 B
Makefile

PORTNAME= plac
DISTVERSION= 1.3.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command line arguments parser for python
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>