aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-shell2html/Makefile
blob: 36d6e18653b29b87cc7bbf6c257f3d7a42815307 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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:autoplist
PLIST_FILES=	bin/shell2css bin/shell2html

.include <bsd.port.mk>