20 lines
258 B
Makefile
20 lines
258 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= rapt
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rails Plugin Tool
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/rapt
|
|
|
|
.include <bsd.port.mk>
|