forked from Lainports/opnsense-ports
16 lines
321 B
Makefile
16 lines
321 B
Makefile
PORTNAME= shell2html
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mose@mose.com
|
|
COMMENT= Ruby library for transforming bash colors into HTML
|
|
WWW= https://github.com/mose/shell2html
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/shell2css bin/shell2html
|
|
|
|
.include <bsd.port.mk>
|