mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 10:37:53 -04:00
15 lines
332 B
Makefile
15 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/12/15 12:07:04 wiz Exp $
|
|
|
|
DISTNAME= rouge-1.10.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rouge.jneen.net/
|
|
COMMENT= Pure-ruby colorizer based on pygments
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|