4cf512e4b5
Approved by: swills (mentor, implicit)
23 lines
475 B
Makefile
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>
|