aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-whois/Makefile
blob: e06716e7277a2be0eafa5cc8af7e20d04a8fb4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

PORTNAME=	whois
PORTVERSION=	3.6.5
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby whois library

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

RUN_DEPENDS=	rubygem-activesupport4>=3:devel/rubygem-activesupport4

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem:autoplist

PLIST_FILES=	bin/whoisrb

.include <bsd.port.mk>