opnsense-ports/devel/py-args/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

19 lines
344 B
Makefile

PORTNAME= args
PORTVERSION= 0.1.0
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Command arguments for humans
WWW= https://github.com/kennethreitz/args
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>