summaryrefslogtreecommitdiff
path: root/www/rubygem-bluecloth/Makefile
blob: 06b2d12d51c7fbc419e2eaef646ec8b4655f0b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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>