mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
19 lines
420 B
Makefile
19 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lighthouse-api
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface for lighthouse ticketing system
|
|
|
|
RUN_DEPENDS+= rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-activeresource>=3.0.0:${PORTSDIR}/www/rubygem-activeresource
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|