1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/2ping/Makefile
2018-12-05 18:46:44 +00:00

21 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= 2ping
PORTVERSION= 4.3
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.4+
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
.include <bsd.port.mk>