mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
330bd3243f
PR: ports/123622 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Approved by: garga (mentor, implicit)
20 lines
451 B
Makefile
20 lines
451 B
Makefile
# Ports collection makefile for: rubygem-railroad
|
|
# Date created: 17 April 2007
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= railroad
|
|
PORTVERSION= 0.5.0
|
|
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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
|
|
.include <bsd.port.mk>
|