1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/rubygem-whois/Makefile
Sunpoet Po-Chuan Hsieh f777321c56 - Update to 3.3.1
- Add LICENSE
- Support STAGEDIR

Changes:	https://github.com/weppos/whois/commits/master
2013-10-26 14:56:17 +00:00

21 lines
328 B
Makefile

# 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>