summaryrefslogtreecommitdiff
path: root/www/ruby-jekyll/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-05-26 22:17:43 +0000
committerminskim <minskim@pkgsrc.org>2011-05-26 22:17:43 +0000
commitbf787f6e2f0ca6d659ec7d3bcf212c17f4cda650 (patch)
tree2f26d268849a13b9472954a18c7922ccb790cce9 /www/ruby-jekyll/Makefile
parent745a108efdeba62046ad4f8c36e994626c8482d4 (diff)
downloadpkgsrc-bf787f6e2f0ca6d659ec7d3bcf212c17f4cda650.tar.gz
Import Jekyll as www/ruby-jekyll.
Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project's page or blog right here from GitHub.
Diffstat (limited to 'www/ruby-jekyll/Makefile')
-rw-r--r--www/ruby-jekyll/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile
new file mode 100644
index 00000000000..7b4d298fa5e
--- /dev/null
+++ b/www/ruby-jekyll/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/26 22:17:43 minskim Exp $
+
+DISTNAME= jekyll-0.10.0
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/mojombo/jekyll
+COMMENT= Blog-aware, static site generator in Ruby
+
+DEPENDS+= ${RUBY_PKGPREFIX}-classifier>=1.3.1:../../textproc/ruby-classifier
+DEPENDS+= ${RUBY_PKGPREFIX}-directory-watcher>=1.1.1:../../sysutils/ruby-directory-watcher
+DEPENDS+= ${RUBY_PKGPREFIX}-liquid>=1.9.0:../../www/ruby-liquid
+DEPENDS+= ${RUBY_PKGPREFIX}-maruku>=0.5.9:../../textproc/ruby-maruku
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"