mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6bc1694b03
PR: ports/112175 Submitted by: maintainer (Alexander Logvinov)
19 lines
505 B
Makefile
19 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>
|