jeremy a6b8b062f2 Bump gem ports buildable with ruby 1.8 that have binaries
The binaries now use a 18 suffix on ruby 1.8.
2014-10-11 19:54:46 +00:00

22 lines
428 B
Makefile

# $OpenBSD: Makefile,v 1.14 2014/10/11 19:54:47 jeremy Exp $
COMMENT = Ruby-based DSL for text parsing and interpretation
DISTNAME = treetop-1.4.14
REVISION = 1
CATEGORIES = textproc
HOMEPAGE = http://treetop.rubyforge.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-polyglot,${MODRUBY_FLAVOR}>=0.3.1
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>