freebsd-ports/www/rubygem-lighthouse-api/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>