aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-dnsruby/Makefile
blob: 8fc75acc45002c5953fc3e09b6628d03f3e160f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Wen Heping <wenheping@gmail.com>

PORTNAME=	dnsruby
PORTVERSION=	1.61.2
CATEGORIES=	dns rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Pure Ruby DNS client library

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-addressable>=2.5:www/rubygem-addressable

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>