aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-whois/Makefile
blob: 130a51817a4309f6908be1cf79ef5261b93e7028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:    rubygem-whois
# Date created:             22 May 2010
# Whom:                 Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#

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

MAINTAINER= freebsdports@chillibear.com
COMMENT=    Ruby whois library

USE_RUBY=       yes
USE_RUBYGEMS=       yes
RUBYGEM_AUTOPLIST=  yes
PLIST_FILES=        bin/ruby-whois

.include <bsd.port.mk>