aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-bluecloth/Makefile
blob: e5c68d5bdef43f38c1855e7026c8b0a934d29a8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

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>