19 lines
289 B
Makefile
19 lines
289 B
Makefile
# Created by: rpsfa@rit.edu
|
|
|
|
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>
|