07611d63ed
Exact changes are unknown.
14 lines
366 B
Makefile
14 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/03/18 02:43:17 taca Exp $
|
|
|
|
DISTNAME= coderay-1.0.5
|
|
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"
|