aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rdiscount/Makefile
blob: 5feaa58b502611f2dde362ceaf86c8d091d4f233 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Daniel Roethlisberger <daniel@roe.ch>

PORTNAME=	rdiscount
PORTVERSION=	2.2.0.1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast Markdown converter for ruby based on discount

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/rdiscount

.include <bsd.port.mk>