mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
10727f1e3b
Changes: https://github.com/rouge-ruby/rouge/releases https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
23 lines
360 B
Makefile
23 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rouge
|
|
PORTVERSION= 3.24.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple, easy-to-extend drop-in replacement for pygments
|
|
|
|
LICENSE= BSD2CLAUSE MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rougify
|
|
|
|
.include <bsd.port.mk>
|