mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
21 lines
427 B
Makefile
21 lines
427 B
Makefile
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>
|