openbsd-ports/textproc/ruby-redcloth/Makefile

32 lines
551 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2009/08/20 22:29:38 bernd Exp $
2009-01-31 13:22:35 -05:00
SHARED_ONLY = Yes
2009-01-31 13:22:35 -05:00
COMMENT = module for using Textile in Ruby
DISTNAME = RedCloth-4.2.2
2009-01-31 13:22:35 -05:00
PKGNAME = ruby-${DISTNAME:L}
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
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=redcloth/}
MODULES = lang/ruby
WANTLIB = c m
2009-01-31 13:22:35 -05:00
LIB_DEPENDS = ${MODRUBY_LIB_DEPENDS}
2009-01-31 13:22:35 -05:00
CONFIGURE_STYLE = ruby gem
MODRUBY_REGRESS = rspec
.include <bsd.port.mk>