blob: d2e638d5646f4e937de9da18d2796d12f365b184 (
plain) (
tree)
|
|
# Ports collection makefile for: gem-redcloth
# Date created: 27 Mai 2005
# Whom: 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= 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>
|