freebsd-ports/graphics/rubygem-railroad/Makefile
Alexander Logvinov 9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00

21 lines
444 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= RF
MAINTAINER= avl@FreeBSD.org
COMMENT= A 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>