aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-redcloth/Makefile
blob: 2560a97cc616ae7020541f9071f7c89757836853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/redcloth

.include <bsd.port.mk>