freebsd-ports/www/rubygem-redcloth/Makefile
Philip M. Gollucci 4b2d1f958b - Update to 4.2.3
2010-05-28 00:30:45 +00:00

22 lines
455 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.3
CATEGORIES= www rubygems
MASTER_SITES= RG
DISTNAME= RedCloth-${PORTVERSION}
MAINTAINER= ruby@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>