Changes: https://github.com/tootsuite/goldfinger/releases https://github.com/tootsuite/goldfinger/commits/master
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= goldfinger
|
|
PORTVERSION= 2.1.1
|
|
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<3:www/rubygem-addressable \
|
|
rubygem-http>=4.0<5:www/rubygem-http \
|
|
rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri \
|
|
rubygem-oj>=3.0<4:devel/rubygem-oj
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|