43bd1d6f6b
Exact changes aren't available. Please refer change log in github.
14 lines
368 B
Makefile
14 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/09/15 16:14:17 taca Exp $
|
|
|
|
DISTNAME= coderay-1.1.0
|
|
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"
|