freebsd-ports/www/rubygem-goldfinger/Makefile
Sunpoet Po-Chuan Hsieh f35f8fcf1c Update to 2.1.0
- Update WWW

Changes:	https://github.com/tootsuite/goldfinger/releases
2018-01-23 15:17:44 +00:00

23 lines
461 B
Makefile

# $FreeBSD$
PORTNAME= goldfinger
PORTVERSION= 2.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Webfinger utility for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.5:www/rubygem-addressable \
rubygem-http>=3.0:www/rubygem-http \
rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri \
rubygem-oj>=3.0:devel/rubygem-oj
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>