c9f4552e2b
- Sort RUN_DEPENDS - Support STAGEDIR PR: ports/184469 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 28 days)
26 lines
629 B
Makefile
26 lines
629 B
Makefile
# Created by: Brad Davis <brd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= visage-app
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= brd@FreeBSD.org
|
|
COMMENT= Graph tool for Collectd
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-errand>=0.7.3:${PORTSDIR}/devel/rubygem-errand \
|
|
rubygem-haml>=3.1.4:${PORTSDIR}/www/rubygem-haml \
|
|
rubygem-sinatra>=1.3.2:${PORTSDIR}/www/rubygem-sinatra \
|
|
rubygem-tilt>=1.3.3:${PORTSDIR}/devel/rubygem-tilt \
|
|
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/visage-app
|
|
|
|
.include <bsd.port.mk>
|