mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
81f4ed3de6
Rails Plugin Tool
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rubygem-rapt
|
|
# Date created: Jan 7, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rapt
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
COMMENT= Rails Plugin Tool
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|