20 lines
356 B
Makefile
20 lines
356 B
Makefile
PORTNAME= whois
|
|
PORTVERSION= 5.1.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby whois library
|
|
WWW= https://whoisrb.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=3:devel/rubygem-activesupport4
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/whoisrb
|
|
|
|
.include <bsd.port.mk>
|