ports/devel/rubygem-jira-ruby/Makefile
Po-Chuan Hsieh 87a4c42e81
devel/rubygem-jira-ruby: Change RUN_DEPENDS from rubygem-oauth to rubygem-oauth0
- Bump PORTREVISION for dependency change
2024-05-20 01:18:03 +08: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>