9e6a8c65d0
No exact changes are available.
16 lines
497 B
Makefile
16 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/03/13 17:18:02 taca Exp $
|
|
|
|
DISTNAME= pygments.rb-0.6.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"
|