aa939fd87e
pygments. WWW: https://github.com/jneen/rouge
18 lines
313 B
Makefile
18 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rouge
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Simple, easy-to-extend drop-in replacement for pygments
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rougify
|
|
|
|
.include <bsd.port.mk>
|