aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:18:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:45 +0000
commitb61225adc34b8612349fe299abe837afcc591812 (patch)
treecd2df208cc324e3136dac7c7c63b814d66902233
parentbb75f7317b3095d1247a85de7f479dc45a4f08d6 (diff)
downloadports-b61225adc34b8612349fe299abe837afcc591812.tar.gz
ports-b61225adc34b8612349fe299abe837afcc591812.zip
net-mgmt/2ping: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--net-mgmt/2ping/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile
index 16205eb957e6..9a1fdee9ddef 100644
--- a/net-mgmt/2ping/Makefile
+++ b/net-mgmt/2ping/Makefile
@@ -1,5 +1,6 @@
PORTNAME= 2ping
PORTVERSION= 4.5.1
+PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= https://www.finnie.org/software/2ping/ \
LOCAL/sunpoet
@@ -11,8 +12,11 @@ WWW= https://www.finnie.org/software/2ping/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING.md
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist distutils noflavors
+USE_PYTHON= autoplist noflavors pep517
NO_ARCH= yes