diff options
Diffstat (limited to 'sysutils/py-diffoscope/Makefile')
| -rw-r--r-- | sysutils/py-diffoscope/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index ff1403ed6383..ce30b29fff49 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -1,5 +1,5 @@ PORTNAME= diffoscope -PORTVERSION= 302 +PORTVERSION= 306 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,4 +28,12 @@ NO_ARCH= yes CPE_VENDOR= reproducible_builds +OPTIONS_DEFINE= CMDLINE DISTRO_DETECTION +CMDLINE_DESC= Command line support +DISTRO_DETECTION_DESC= OS distro detection + +CMDLINE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}progressbar>=0:misc/py-progressbar@${PY_FLAVOR} +DISTRO_DETECTION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} + .include <bsd.port.mk> |
