diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-02-04 02:13:40 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-02-04 02:13:40 +0000 |
commit | 9c9d9f6f77dfc7158bd14f551c723bfbc3e9a92d (patch) | |
tree | b5bebdb1d6cf7dc70af7daf92aecdd46dd4735d5 /devel/rubygem-templater/Makefile | |
parent | 60a25a3cae070bd20af119bdbec5ef31525f6c10 (diff) |
Templater is a powerful code generation framework. It declarative
rules for generators, supports generators discovery in gems, has idea
of actions other than template rendering and is open for extension.
WWW: http://templater.rubyforge.org/
Notes
Notes:
svn path=/head/; revision=227579
Diffstat (limited to 'devel/rubygem-templater/Makefile')
-rw-r--r-- | devel/rubygem-templater/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/rubygem-templater/Makefile b/devel/rubygem-templater/Makefile new file mode 100644 index 000000000000..b9bdc2ec20da --- /dev/null +++ b/devel/rubygem-templater/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: rubygem-templater +# Date created: 03 February 2009 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= templater +PORTVERSION= 0.5.0 +CATEGORIES= devel rubygems +MASTER_SITES= RF + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Ruby code generation framework + +BUILD_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline \ + rubygem-extlib>=0.9.5:${PORTSDIR}/devel/rubygem-extlib \ + rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_RUBY= yes +USE_RUBYGEMS= yes + +.include <bsd.port.mk> |