2011-09-16 07:41:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/09/16 11:41:42 espie Exp $
|
2009-08-19 03:05:39 -04:00
|
|
|
|
|
|
|
COMMENT = Ruby-based DSL for text parsing and interpretation
|
|
|
|
|
2010-12-08 17:53:01 -05:00
|
|
|
DISTNAME = treetop-1.4.9
|
2011-09-16 07:41:38 -04:00
|
|
|
REVISION = 1
|
2009-08-19 03:05:39 -04:00
|
|
|
CATEGORIES = textproc
|
|
|
|
|
|
|
|
HOMEPAGE = http://treetop.rubyforge.org/
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-12-08 17:53:01 -05:00
|
|
|
RUN_DEPENDS = devel/ruby-polyglot,${MODRUBY_FLAVOR}>=0.3.1
|
2009-08-19 03:05:39 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|