2010-06-06 22:46:20 +02:00
|
|
|
# Ports collection makefile for: rubygem-whois
|
|
|
|
# Date created: 22 May 2010
|
|
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= whois
|
2012-06-17 16:22:45 +02:00
|
|
|
PORTVERSION= 2.6.1
|
2010-06-06 22:46:20 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
|
|
COMMENT= Ruby whois library
|
|
|
|
|
2012-04-26 14:02:08 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2010-06-06 22:46:20 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2012-04-26 14:02:08 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/ruby-whois
|
2010-06-06 22:46:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|