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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby whois library
WWW=		https://whoisrb.org/ \
		https://github.com/weppos/whois

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/whoisrb

.include <bsd.port.mk>