5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
18 lines
360 B
Makefile
18 lines
360 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= railroad
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= graphics devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Class diagrams generator for Ruby on Rails applications
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= YES
|
|
|
|
PLIST_FILES= bin/railroad
|
|
|
|
.include <bsd.port.mk>
|