b9b7a31924
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.
14 lines
378 B
Makefile
14 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 14:09:52 taca Exp $
|
|
|
|
DISTNAME= net-ping-1.5.0
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rubyforge.org/projects/shards
|
|
COMMENT= Ping interface for Ruby
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-ldap>=0.2.2<0.3:../../net/ruby-net-ldap
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|