blob: 36a23d3ae6616c8d85341b5452aec6189e9c7db7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|