907c4dde3f
PR: ports/170638 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# Ports collection makefile for: rubygem-whois
|
|
# Date created: 22 May 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= whois
|
|
PORTVERSION= 2.6.4
|
|
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>
|