freebsd-ports/devel/rubygem-rapt/Makefile

23 lines
358 B
Makefile
Raw Normal View History

# 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
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>