37157faaef
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.
27 lines
607 B
Makefile
27 lines
607 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/20 18:21:08 jeremy Exp $
|
|
|
|
COMMENT= simple, blog aware, static site generator
|
|
|
|
DISTNAME= jekyll-0.8.0
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://jekyllrb.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/ruby-classifier,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-liquid,${MODRUBY_FLAVOR} \
|
|
textproc/ruby-maruku,${MODRUBY_FLAVOR} \
|
|
sysutils/ruby-directory_watcher,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|