aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-gitlab-net-dns/Makefile
blob: 24c353837ba085d24ce7a7494ad8f62f0d14b7a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>