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
|
2007-09-27 18:25:54 +02:00
|
|
|
PORTVERSION= 3.0.4
|
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
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2006-12-03 02:41:02 +01:00
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|