mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
15ea16571b
- Update WWW Changes: https://github.com/weppos/whois/releases https://github.com/weppos/whois/blob/master/CHANGELOG.md
23 lines
401 B
Makefile
23 lines
401 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
PORTNAME= whois
|
|
PORTVERSION= 5.0.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby whois library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=3:devel/rubygem-activesupport4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/whoisrb
|
|
|
|
.include <bsd.port.mk>
|