freebsd-ports/net/rubygem-whois/Makefile

21 lines
328 B
Makefile
Raw Normal View History

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= whois
PORTVERSION= 3.3.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby whois library
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ruby-whois
.include <bsd.port.mk>