cf118ccf87
Reported by: lwhsu
21 lines
436 B
Makefile
21 lines
436 B
Makefile
PORTNAME= ostatus2
|
|
PORTVERSION= 2.0.3
|
|
PORTREVISION= 1
|
|
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<3:www/rubygem-addressable \
|
|
rubygem-http3>=3.0<4:www/rubygem-http3 \
|
|
rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|