opnsense-ports/devel/rubygem-jira-ruby/Makefile
Franco Fichtner 140c4059af */*: sync with upstream
Taken from: HardenedBSD
2019-07-18 18:11:36 +02:00

25 lines
540 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= jira-ruby
PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= API for JIRA
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport50>=4.0:devel/rubygem-activesupport50 \
rubygem-atlassian-jwt>=0:www/rubygem-atlassian-jwt \
rubygem-multipart-post>=0:www/rubygem-multipart-post \
rubygem-oauth>=0.5.0:net/rubygem-oauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>