opnsense-ports/devel/rubygem-jira-ruby/Makefile
Franco Fichtner c240fa419c */*: sync with upstream
Taken from: FreeBSD
2024-05-21 13:53:19 +02:00

23 lines
525 B
Makefile

PORTNAME= jira-ruby
PORTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= API for JIRA
WWW= https://github.com/sumoheavy/jira-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
rubygem-atlassian-jwt>=0:www/rubygem-atlassian-jwt \
rubygem-multipart-post>=0:www/rubygem-multipart-post \
rubygem-oauth0>=0.5.0<1:net/rubygem-oauth0
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>