summaryrefslogtreecommitdiff
path: root/textproc/rubygem-shell2html/Makefile
blob: 7dc2d6cf77ffa952eb572c400cc0fc54c89b2715 (plain) (blame)
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
WWW=		https://github.com/mose/shell2html

LICENSE=	MIT

NO_ARCH=	yes
USES=		gem
PLIST_FILES=	bin/shell2css bin/shell2html

.include <bsd.port.mk>