blob: d728a5798ab515f51a44d4db0f9ce71be704e3f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/shell2css bin/shell2html
.include <bsd.port.mk>
|