freebsd-ports/www/rubygem-redcloth/Makefile
Philip M. Gollucci 786f2c68b3 - Update to 4.1.9
PR:             ports/133527
Approved by:    maintainer timeout (2 weeks 1 day)
Submitted by:   me
2009-04-24 02:08:37 +00:00

22 lines
454 B
Makefile

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