freebsd-ports/net/rubygem-net-ping/Makefile
Romain Tartière 68b1216c61 The net-ping library provides a ping interface for Ruby. It includes separate
TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping classes.

WWW: https://github.com/chernesk/net-ping
2016-03-21 17:17:42 +00:00

17 lines
301 B
Makefile

# $FreeBSD$
PORTNAME= net-ping
PORTVERSION= 1.7.8
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= romain@FreeBSD.org
COMMENT= Collection of classes that provide different ways to ping computers
LICENSE= APACHE20
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>