summaryrefslogtreecommitdiff
path: root/textproc/rubygem-rdiscount/Makefile
blob: a2b9a50a57e8577d1fe870be4881534c1a31fd17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	rdiscount
PORTVERSION=	2.2.7.3
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Fast Markdown converter for ruby based on discount
WWW=		https://dafoster.net/projects/rdiscount/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gem

PLIST_FILES=	bin/rdiscount

.include <bsd.port.mk>