freebsd-ports/graphics/rubygem-railroad/Makefile
Cheng-Lung Sung 6bc1694b03 - Update to 0.4.0
PR:		ports/112175
Submitted by:	maintainer (Alexander Logvinov)
2007-04-27 06:29:29 +00:00

18 lines
505 B
Makefile

# Ports collection makefile for: rubygem-railroad
# Date created: 17 April 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= railroad
PORTVERSION= 0.4.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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>