freebsd-ports/textproc/rubygem-rouge/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
347 B
Makefile

PORTNAME= rouge
PORTVERSION= 3.26.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>