freebsd-ports/www/rubygem-ostatus2/Makefile
Sunpoet Po-Chuan Hsieh 165514778e Update to 2.0.3
- Sort RUN_DEPENDS

Changes:	https://github.com/tootsuite/ostatus2/commits/master
2018-01-23 15:17:49 +00:00

22 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= ostatus2
PORTVERSION= 2.0.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Toolset for interacting with the OStatus2 suite of protocols
LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=2.5:www/rubygem-addressable \
rubygem-http>=3.0:www/rubygem-http \
rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>