freebsd-ports/net-mgmt/2ping/Makefile
2020-06-22 16:07:06 +00:00

20 lines
363 B
Makefile

# $FreeBSD$
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>