diff options
Diffstat (limited to 'www/rubygem-dashing/Makefile')
-rw-r--r-- | www/rubygem-dashing/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/rubygem-dashing/Makefile b/www/rubygem-dashing/Makefile new file mode 100644 index 000000000000..a7581916bcd0 --- /dev/null +++ b/www/rubygem-dashing/Makefile @@ -0,0 +1,20 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dashing +PORTVERSION= 1.3.4 +CATEGORIES= www devel rubygems +MASTER_SITES= RG + +MAINTAINER= tj@FreeBSD.org +COMMENT= HTML dashboard framwork based on sinatra + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/dashing + +.include <bsd.port.mk> |