blob: 622ea0de3c34238d3fcdec9776ccb4bea0eff67d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= bluecloth
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
LICENSE= BSD3CLAUSE
USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= bin/bluecloth
PLIST_FILES= bin/bluecloth
.include <bsd.port.mk>
|