freebsd-ports/devel/py-argh/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
282 B
Makefile

PORTNAME= argh
PORTVERSION= 0.26.2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple (Python) argparse wrapper
LICENSE= LGPL3
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>