# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD: head/www/rubygem-redcloth/Makefile 414136 2016-04-27 21:57:31Z swills $

PORTNAME=	redcloth
PORTVERSION=	4.2.9
CATEGORIES=	www rubygems
MASTER_SITES=	RG
DISTNAME=	RedCloth-${PORTVERSION}

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Module for using Textile in Ruby

LICENSE=	MIT

GEM_NAME=	${DISTNAME}
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/redcloth

.include <bsd.port.mk>