openbsd-ports/textproc/ruby-redcloth/Makefile
2009-01-31 18:22:35 +00:00

35 lines
650 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/01/31 18:22:35 bernd Exp $
SHARED_ONLY = Yes
COMMENT = module for using Textile in Ruby
DISTNAME = RedCloth-4.1.1
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
WANTLIB = c m
LIB_DEPENDS = ${MODRUBY_LIB_DEPENDS}
CONFIGURE_STYLE = ruby gem
REGRESS_DEPENDS = ::devel/ruby-echoe
do-regress:
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test
.include <bsd.port.mk>