a8a24acb90
PR: 199861 Differential Revision: https://reviews.freebsd.org/D2619 Submitted by: Michael Fausten <ports@michael-fausten.de> Approved by: mat (mentor), kuriyama (maintainer, timeout)
19 lines
345 B
Makefile
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>
|