freebsd-ports/www/rubygem-ostatus2/Makefile
Joseph Mingrone 4cf512e4b5 www/rubygem-ostatus2: Update to version 2.0.0
Approved by:	swills (mentor, implicit)
2017-05-05 20:36:36 +00:00

23 lines
475 B
Makefile

# $FreeBSD$
PORTNAME= ostatus2
PORTVERSION= 2.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Toolset for interacting with the OStatus2 suite of protocols
LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=2.4:www/rubygem-addressable \
rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \
rubygem-openssl>=2.0:security/rubygem-openssl \
rubygem-http>=2.0:www/rubygem-http
NO_ARCHE= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>