aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-ptreloaded/Makefile
blob: 087da31c74637cf9efbc13a5aef41d88c0976569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    rubygem-ptreloaded
# Date created:     2007-09-28
# Whom:         TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#

PORTNAME=   ptreloaded
PORTVERSION=    0.0.1
CATEGORIES= devel rubygems
MASTER_SITES=   RF
DISTNAME=   ParseTreeReloaded-${PORTVERSION}

MAINTAINER= tota@rtfm.jp
COMMENT=    A reimplementation of ParseTree using RubyInlineAcceleration

BUILD_DEPENDS=  rubygem-rubyinlineaccel>=0.0.1:${PORTSDIR}/devel/rubygem-rubyinlineaccel
RUN_DEPENDS=    ${BUILD_DEPENDS}

GEM_NAME=   ${DISTNAME}

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>