2005-07-20 16:10:43 +02:00
|
|
|
# Ports collection makefile for: gem-redcloth
|
|
|
|
# Date created: 27 Mai 2005
|
2005-07-21 01:27:18 +02:00
|
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 16:10:43 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= redcloth
|
|
|
|
PORTVERSION= 3.0.3
|
2006-12-03 02:41:02 +01:00
|
|
|
PORTREVISION= 2
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= www rubygems
|
2006-08-08 13:35:27 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2006-12-03 02:41:02 +01:00
|
|
|
DISTNAME= RedCloth-${PORTVERSION}
|
2005-07-20 16:10:43 +02:00
|
|
|
|
2005-07-21 01:27:18 +02:00
|
|
|
MAINTAINER= jw@innerewut.de
|
2005-07-20 16:10:43 +02:00
|
|
|
COMMENT= A module for using Textile in Ruby
|
|
|
|
|
2006-12-03 02:41:02 +01:00
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
|
2005-07-20 16:10:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|