mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
29 lines
604 B
Makefile
29 lines
604 B
Makefile
# Created by: Brad Davis <brd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= visage-app
|
|
PORTVERSION= 2.1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graph tool for Collectd
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
RUN_DEPENDS= rubygem-errand>=0.7.3:devel/rubygem-errand \
|
|
rubygem-haml>=3.1.4:www/rubygem-haml \
|
|
rubygem-sinatra1>=1.3.2:www/rubygem-sinatra1 \
|
|
rubygem-tilt>=1.3.3:devel/rubygem-tilt \
|
|
rubygem-yajl-ruby>=1.1.0:devel/rubygem-yajl-ruby
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/visage-app
|
|
|
|
.include <bsd.port.mk>
|