20 lines
389 B
Makefile
20 lines
389 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= 2ping
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= http://www.finnie.org/software/2ping/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Bi-directional ping utility
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|