mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
16 lines
325 B
Makefile
16 lines
325 B
Makefile
# $FreeBSD: head/net/rubygem-net-ping/Makefile 414136 2016-04-27 21:57:31Z swills $
|
|
|
|
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
|
|
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|