Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches.
18 lines
286 B
Makefile
18 lines
286 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rapt
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rails Plugin Tool
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rapt
|
|
USES= libtool
|
|
|
|
.include <bsd.port.mk>
|