25 lines
506 B
Makefile
25 lines
506 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/09/16 11:41:42 espie Exp $
|
|
|
|
COMMENT = Ruby-based DSL for text parsing and interpretation
|
|
|
|
DISTNAME = treetop-1.4.9
|
|
REVISION = 1
|
|
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}
|
|
RUN_DEPENDS = devel/ruby-polyglot,${MODRUBY_FLAVOR}>=0.3.1
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|