freebsd-ports/textproc/rubygem-shell2html/Makefile
Marcelo Araujo bd3a824784 Ruby lib for conversion between bash colors and HTML.
WWW: https://github.com/mose/shell2html

PR:		ports/205151
Submitted by:	mose <mose@gandi.net>
2015-12-09 03:03:02 +00:00

19 lines
333 B
Makefile

# $FreeBSD$
PORTNAME= shell2html
PORTVERSION= 0.0.6
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mose@mose.com
COMMENT= Ruby lib for transforming bash colors into html
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/shell2css bin/shell2html
.include <bsd.port.mk>