22 lines
460 B
Makefile
22 lines
460 B
Makefile
# Ports collection makefile for: gem-redcloth
|
|
# Date created: 27 Mai 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redcloth
|
|
PORTVERSION= 4.2.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RF
|
|
DISTNAME= RedCloth-${PORTVERSION}
|
|
|
|
MAINTAINER= pgollucci@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>
|