aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-resolv-replace/Makefile
blob: 6542a7b6b7586fad07f1f9c8b5b70d17bc3c6a8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	resolv-replace
PORTVERSION=	0.1.1
CATEGORIES=	dns rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Replace Socket DNS with Resolv
WWW=		https://github.com/ruby/resolv-replace

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-resolv>=0:dns/rubygem-resolv

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>