aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rdiscount/Makefile
blob: 28c76e867a19716746886005d538223286fac773 (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>
# $FreeBSD$

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

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

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/rdiscount

NO_STAGE=	yes
.include <bsd.port.mk>