freebsd-ports/textproc/rubygem-rouge/Makefile
Michael Moll ef0fceffd8 textproc/rubygem-rouge: update to 1.10.1
Approved by:	kuriyama (maintainer, timeout)
Differential Revision:	https://reviews.freebsd.org/D4060
2015-11-08 16:36:07 +00:00

21 lines
360 B
Makefile

# $FreeBSD$
PORTNAME= rouge
PORTVERSION= 1.10.1
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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rougify
.include <bsd.port.mk>