blob: 8cde17368ab175ca309adaf5ed863ee46c507743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= 2ping
PORTVERSION= 4.5
CATEGORIES= net-mgmt perl5
MASTER_SITES= https://www.finnie.org/software/2ping/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bi-directional ping utility
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.5+
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
.include <bsd.port.mk>
|