mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
19 lines
303 B
Makefile
19 lines
303 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
|
|
USES= gem
|
|
PLIST_FILES= bin/shell2css bin/shell2html
|
|
|
|
.include <bsd.port.mk>
|