pkgsrc/textproc/ruby-coderay/Makefile
taca 1e94fb7174 Update ruby-coderay package to 1.0.4.
It looks like some clean up but don't know exact changes.
2011-12-15 16:00:42 +00:00

14 lines
366 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/12/15 16:00:42 taca Exp $
DISTNAME= coderay-1.0.4
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://coderay.rubychan.de
COMMENT= Syntax highlighter for Ruby and other languages
LICENSE= gnu-lgpl-v2.1
CONFLICTS+= ruby[1-9][0-9]-coderay-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"