1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-mgmt/2ping/Makefile
Sunpoet Po-Chuan Hsieh 1ddd17f151 - Add my LOCAL to MASTER_SITES
- Cosmetic change
2014-07-04 02:48:08 +00:00

29 lines
593 B
Makefile

# $FreeBSD$
PORTNAME= 2ping
PORTVERSION= 2.1.1
PORTREVISION= 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
BUILD_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
PLIST_FILES= bin/2ping \
man/man1/2ping.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>