freebsd-ports/textproc/rubygem-rouge/Makefile
Michael Moll a8a24acb90 textproc/rubygem-rouge: update to 1.9.0
PR:		199861
Differential Revision:	https://reviews.freebsd.org/D2619
Submitted by:	Michael Fausten <ports@michael-fausten.de>
Approved by:	mat (mentor), kuriyama (maintainer, timeout)
2015-05-22 18:21:53 +00:00

19 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= rouge
PORTVERSION= 1.9.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Simple, easy-to-extend drop-in replacement for pygments
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rougify
.include <bsd.port.mk>