freebsd-ports/www/rubygem-redcloth/Makefile
Philip M. Gollucci 4319826e53 - Update to 4.2.2
2009-07-03 21:02:36 +00:00

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>