aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-bluecloth/Makefile
blob: bb5739621019ed5bc2f4449e683d8fba46f99b22 (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:autoplist shebangfix
SHEBANG_FILES=  bin/bluecloth

PLIST_FILES=    bin/bluecloth

.include <bsd.port.mk>