aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-redcloth/Makefile
blob: 670ef7c55a043b672331d79cee78fc65afb62d93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    gem-redcloth
# Date created:             27 Mai 2005
# Whom:                 Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$

PORTNAME=   redcloth
PORTVERSION=    3.0.4
CATEGORIES= www rubygems
MASTER_SITES=   RF
DISTNAME=   RedCloth-${PORTVERSION}

MAINTAINER= jw@innerewut.de
COMMENT=    A module for using Textile in Ruby

USE_RUBY=   yes
USE_RUBYGEMS=   yes
GEM_NAME=   ${DISTNAME}
RUBYGEM_AUTOPLIST=  yes
PLIST_FILES=    bin/redcloth

.include <bsd.port.mk>