Update net-mgmt/2ping to version 3.0.0
[dports.git] / net-mgmt / 2ping / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       2ping
4 PORTVERSION=    3.0.0
5 CATEGORIES=     net-mgmt perl5
6 MASTER_SITES=   http://www.finnie.org/software/2ping/ \
7                 LOCAL/sunpoet
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Bi-directional ping utility
11
12 LICENSE=        GPLv2 GPLv3
13 LICENSE_COMB=   dual
14 LICENSE_FILE_GPLv2=     ${WRKSRC}/COPYING
15
16 NO_ARCH=        yes
17 USE_PYTHON=     autoplist concurrent distutils
18 USES=           python
19
20 .include <bsd.port.mk>