freebsd-ports/devel/rubygem-jira-ruby/Makefile
Torsten Zuehlsdorff 9e3438eed7 New port: devel/rubygem-jira-ruby
This gem provides access to the Atlassian JIRA REST API.

WWW: http://www.sumoheavy.com/
2017-03-09 14:33:20 +00:00

22 lines
421 B
Makefile

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