openbsd-ports/textproc/ruby-redcloth/Makefile

25 lines
441 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2011/01/06 04:24:24 jeremy Exp $
2009-01-31 13:22:35 -05:00
COMMENT = module for using Textile in Ruby
DISTNAME = RedCloth-4.2.2
PKGNAME = ${DISTNAME:L}
REVISION = 3
2009-01-31 13:22:35 -05:00
CATEGORIES = textproc
HOMEPAGE = http://redcloth.org/
# BSD
2009-01-31 13:22:35 -05:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem ext
MODRUBY_REGRESS = rspec
.include <bsd.port.mk>