aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-redcloth/Makefile
blob: 15a2f678b6e435e6412265ffd8dbeb920099d2e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$

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:autoplist

PLIST_FILES=    bin/redcloth

.include <bsd.port.mk>