mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
19 lines
355 B
Makefile
19 lines
355 B
Makefile
PORTNAME= 2ping
|
|
PORTVERSION= 4.5.1
|
|
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.md
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|