2007-04-22 15:48:30 +02:00
|
|
|
# Ports collection makefile for: rubygem-railroad
|
|
|
|
# Date created: 17 April 2007
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= railroad
|
2008-05-15 03:48:18 +02:00
|
|
|
PORTVERSION= 0.5.0
|
2007-04-22 15:48:30 +02:00
|
|
|
CATEGORIES= graphics devel rubygems
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@logvinov.com
|
|
|
|
COMMENT= A class diagrams generator for Ruby on Rails applications
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|