opnsense-ports/www/rubygem-ostatus2/Makefile
Franco Fichtner a666fd8efe */*: sync with upstream
Taken from: HardenedBSD
2018-01-23 23:00:43 +01:00

21 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>