9f57e174da
Albino is a ruby wrapper for pygmentize. This project is an extraction from GitHub.
14 lines
403 B
Makefile
14 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/08/21 05:01:27 minskim Exp $
|
|
|
|
DISTNAME= albino-1.3.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/github/albino
|
|
COMMENT= Ruby wrapper for the Pygments syntax highlighter
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-posix-spawn>=0.3.6:../../devel/ruby-posix-spawn
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|