diff --git a/dns/Makefile b/dns/Makefile index c21d128aee51..7a3c00671581 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -212,6 +212,7 @@ SUBDIR += renewck SUBDIR += rpsl2acl SUBDIR += rubygem-dnsruby + SUBDIR += rubygem-gitlab-net-dns SUBDIR += rubygem-idn-ruby SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix diff --git a/dns/rubygem-gitlab-net-dns/Makefile b/dns/rubygem-gitlab-net-dns/Makefile new file mode 100644 index 000000000000..24c353837ba0 --- /dev/null +++ b/dns/rubygem-gitlab-net-dns/Makefile @@ -0,0 +1,20 @@ +# Created by: rpsfa@rit.edu +# $FreeBSD$ + +PORTNAME= gitlab-net-dns +PORTVERSION= 0.9.1 +CATEGORIES= dns rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Pure Ruby DNS library + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/dns/rubygem-gitlab-net-dns/distinfo b/dns/rubygem-gitlab-net-dns/distinfo new file mode 100644 index 000000000000..4d4402f45687 --- /dev/null +++ b/dns/rubygem-gitlab-net-dns/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1571855547 +SHA256 (rubygem/gitlab-net-dns-0.9.1.gem) = bcd1a08dcb31b731e8ff602d828de619d2d9f53f5812f6abacf11c720873d4cb +SIZE (rubygem/gitlab-net-dns-0.9.1.gem) = 54272 diff --git a/dns/rubygem-gitlab-net-dns/pkg-descr b/dns/rubygem-gitlab-net-dns/pkg-descr new file mode 100644 index 000000000000..468bb33ffe0e --- /dev/null +++ b/dns/rubygem-gitlab-net-dns/pkg-descr @@ -0,0 +1,4 @@ +Net::DNS is a pure Ruby DNS library, with a clean +OO interface and an extensible API + +WWW: https://gitlab.com/gitlab-org/gitlab-net-dns