29 lines
514 B
Makefile
29 lines
514 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:12:40 sthen Exp $
|
|
|
|
COMMENT = simple wrapper for python argparse module
|
|
|
|
MODPY_EGG_VERSION = 0.26.2
|
|
DISTNAME = argh-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://packages.python.org/argh
|
|
REVISION = 2
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = devel/py-argcomplete${MODPY_FLAVOR}
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
# it needs iocapture
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|