aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-epp-client-secdns/Makefile
blob: 95d9fd911e84b4a27955936fc3595cca0f50083c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	epp-client-secdns
PORTVERSION=	0.15.2
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mat@FreeBSD.org
COMMENT=	SecDNS EPP client library
WWW=		https://github.com/Absolight/epp-client

LICENSE=	MIT

RUN_DEPENDS=	rubygem-builder>=2.1.2:devel/rubygem-builder \
		rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>