e91317d068
PR: ports/116511 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: stas (mentor), Jonathan Weiss <jw@innerewut.de> (maintainer)
21 lines
514 B
Makefile
21 lines
514 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.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= RedCloth-${PORTVERSION}
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= A module for using Textile in Ruby
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|