New port required for gitlab-ce 12.4 upgrade.

This commit is contained in:
Matthias Fechner 2019-10-24 16:58:32 +00:00
parent 4681952b6c
commit dcba606fd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515442
4 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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