mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
15 lines
324 B
Makefile
15 lines
324 B
Makefile
# $FreeBSD: head/net/rubygem-net-ping/Makefile 510024 2019-08-27 20:09:22Z romain $
|
|
|
|
PORTNAME= net-ping
|
|
PORTVERSION= 2.0.6
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= Collection of classes that provide different ways to ping computers
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|