openbsd-ports/textproc/ruby-redcloth/Makefile
bernd ada8d25a2e Initial import of ruby-redcloth-3.0.4.
RedCloth is a module for using Textile in Ruby. Textile is a text format.
A very simple text format. Another stab at making readable text that can
be converted to HTML.
2007-09-26 17:04:20 +00:00

26 lines
484 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/26 17:04:20 bernd Exp $
COMMENT= module for using Textile in Ruby
DISTNAME= RedCloth-3.0.4
PKGNAME= ruby-${DISTNAME:L}
CATEGORIES= textproc
HOMEPAGE= http://www.whytheluckystiff.net/ruby/redcloth/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=redcloth/}
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem
PKG_ARCH= *
.include <bsd.port.mk>