Files
ports/dns/rubygem-resolv/Makefile
T
Sunpoet Po-Chuan Hsieh 9b94dc9bff Add rubygem-resolv 0.2.0
Resolv is a thread-aware DNS resolver library written in Ruby. Resolv can handle
multiple DNS requests concurrently without blocking the entire Ruby interpreter.

WWW: https://github.com/ruby/resolv
2021-01-03 20:02:10 +00:00

22 lines
381 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= resolv
PORTVERSION= 0.2.0
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Thread-aware DNS resolver library in Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>