summaryrefslogtreecommitdiff
path: root/net/rubygem-app_store_connect/Makefile
blob: 6d7136f74e417527cb925250301b1ef375d0acd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	app_store_connect
PORTVERSION=	0.29.0
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Interface to the App Store Connect API
WWW=		https://github.com/kyledecot/app_store_connect

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activesupport-gitlab>=6.0.0:devel/rubygem-activesupport-gitlab \
		rubygem-jwt>=1.4:www/rubygem-jwt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>