Ruby API wrapper for Lighthouse
WWW: http://rubygems.org/gems/lighthouse-api PR: ports/153968 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Feature safe: yes
This commit is contained in:
parent
9f5d7b972d
commit
476c56f9e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268442
4 changed files with 28 additions and 0 deletions
|
@ -1593,6 +1593,7 @@
|
|||
SUBDIR += rubygem-jekyll
|
||||
SUBDIR += rubygem-layout-yullio
|
||||
SUBDIR += rubygem-less
|
||||
SUBDIR += rubygem-lighthouse-api
|
||||
SUBDIR += rubygem-maruku
|
||||
SUBDIR += rubygem-mechanize
|
||||
SUBDIR += rubygem-mongrel
|
||||
|
|
22
www/rubygem-lighthouse-api/Makefile
Normal file
22
www/rubygem-lighthouse-api/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Ports collection makefile for: rubygem-lighthouse-api
|
||||
# Date created: 13 January 2011
|
||||
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lighthouse-api
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= jhelfman@experts-exchange.com
|
||||
COMMENT= Ruby interface for lighthouse ticketing system
|
||||
|
||||
RUN_DEPENDS+= rubygem-activesupport>=3.0.3:${PORTSDIR}/devel/rubygem-activesupport \
|
||||
rubygem-activeresource>=3.0.3:${PORTSDIR}/www/rubygem-activeresource
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-lighthouse-api/distinfo
Normal file
2
www/rubygem-lighthouse-api/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/lighthouse-api-2.0.gem) = 1772a60ea345b8ef52523b8d47d071d648ba20ae1e80ffa09ae246ef120c405f
|
||||
SIZE (rubygem/lighthouse-api-2.0.gem) = 8192
|
3
www/rubygem-lighthouse-api/pkg-descr
Normal file
3
www/rubygem-lighthouse-api/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby API wrapper for Lighthouse
|
||||
|
||||
WWW: http://rubygems.org/gems/lighthouse-api
|
Loading…
Reference in a new issue