19 lines
368 B
Makefile
19 lines
368 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rubygem-rapt
|
|
# Date created: Jan 7, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rapt
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Rails Plugin Tool
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|