84565414ac
CodeRay is fast syntax highlighter for Ruby and other languages. It produces colorful, valid XHTML. CodeRay's design goal: simple, beautiful code highlighting for your board/wiki/blog/doc/website.
14 lines
377 B
Makefile
14 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:13 jlam Exp $
|
|
|
|
DISTNAME= coderay-0.7.4.215
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://coderay.rubychan.de/
|
|
COMMENT= Syntax highlighter for Ruby and other languages
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|