mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
19 lines
401 B
Makefile
19 lines
401 B
Makefile
PORTNAME= app_store_connect
|
|
PORTVERSION= 0.29.0
|
|
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-activesupport61>=6.0.0:devel/rubygem-activesupport61 \
|
|
rubygem-jwt>=1.4:www/rubygem-jwt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|