2007-01-07 09:03:18 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: rubygem-rapt
|
|
|
|
# Date created: Jan 7, 2007
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rapt
|
2007-12-12 02:30:32 +01:00
|
|
|
PORTVERSION= 0.2.2
|
2007-01-07 09:03:18 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-01-07 09:03:18 +01:00
|
|
|
|
2010-04-28 00:55:23 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2007-01-07 09:03:18 +01:00
|
|
|
COMMENT= Rails Plugin Tool
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/rapt
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|