aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-whois/Makefile
blob: 55e918fccbbc588ceb06b450f8ec7fcc4824c38b (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.5.8
CATEGORIES= net rubygems
MASTER_SITES=   RG

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

LICENSE=    MIT

RUN_DEPENDS=    rubygem-activesupport>=3:${PORTSDIR}/devel/rubygem-activesupport

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/ruby-whois \
        bin/whoisrb

.include <bsd.port.mk>