aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rapt/Makefile
blob: 0b52e1f9d46939f5c965323cd4637f7cc0ef87ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Rails Plugin Tool

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/rapt

.include <bsd.port.mk>