forked from Lainports/freebsd-ports
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
25 lines
523 B
Makefile
25 lines
523 B
Makefile
# New ports collection makefile for: rubygem-rubyinlineaccel
|
|
# Date created: 2007-09-28
|
|
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubyinlineaccel
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= RubyInlineAcceleration-${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= An extension to RubyInline
|
|
|
|
RUN_DEPENDS= rubygem-inline>=3.6.3:${PORTSDIR}/devel/rubygem-inline
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|