aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-ostatus2/Makefile
blob: b07d15b62c443469c6eedf83bd9f7bd4ae047e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
WWW=		https://github.com/Gargron/ostatus2/

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

NO_ARCH=	yes

.include <bsd.port.mk>