30 lines
652 B
Makefile
30 lines
652 B
Makefile
# $OpenBSD: Makefile,v 1.10 2011/12/09 21:42:52 jeremy Exp $
|
|
|
|
COMMENT = system for generating files
|
|
|
|
DISTNAME = templater-1.0.0
|
|
REVISION = 1
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://templater.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-highline,${MODRUBY_FLAVOR}>=1.4.0 \
|
|
devel/ruby-diff-lcs,${MODRUBY_FLAVOR}>=1.1.2 \
|
|
devel/ruby-extlib,${MODRUBY_FLAVOR}>=0.9.5
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_REGRESS = rspec
|
|
MODRUBY_REGRESS_TARGET = spec/*_spec.rb
|
|
|
|
.include <bsd.port.mk>
|