freebsd-ports/www/rubygem-redcloth/Makefile
Edwin Groothuis 30a69487c2 FIx plist.
Noticed by: YAPHR

Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-10-17 11:48:31 +00:00

19 lines
490 B
Makefile

# Ports collection makefile for: gem-redcloth
# Date created: 27 Mai 2005
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= redcloth
PORTVERSION= 3.0.3
PORTREVISION= 1
DISTNAME= RedCloth-${PORTVERSION}
CATEGORIES= www ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/2898/
MAINTAINER= jw@innerewut.de
COMMENT= A module for using Textile in Ruby
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>