cf118ccf87
Reported by: lwhsu
20 lines
431 B
Makefile
20 lines
431 B
Makefile
PORTNAME= lighthouse-api
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface for lighthouse ticketing system
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activeresource4>=3.0.0:www/rubygem-activeresource4 \
|
|
rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|