pkgsrc/www/ruby-pygments.rb/Makefile
taca c8c6c47a12 Updte ruby-pygments.rb to 0.5.2.
changelog
===========

Version 0.5.1 (June 25, 2013)
-----------------------------

* Ensure compatability across distros by detecting if `python2` is available

Version 0.5.0 (Apr 13, 2013)
-----------------------------

* Use #rstrip to fix table mode bug

Version 0.4.2 (Feb 25, 2013)
-----------------------------

* Add new lexers, including custom lexers
2013-09-15 17:18:36 +00:00

16 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/09/15 17:18:36 taca Exp $
DISTNAME= pygments.rb-0.5.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/tmm1/pygments.rb
COMMENT= Pygments wrapper for ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-posix-spawn>=0.3.6<0.4:../../devel/ruby-posix-spawn
DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0<1.2:../../textproc/ruby-yajl
.include "../../lang/ruby/gem.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"