mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
18 lines
267 B
Makefile
18 lines
267 B
Makefile
COMMENT = module for using Textile in Ruby
|
|
|
|
DISTNAME = RedCloth-4.3.2
|
|
PKGNAME = ${DISTNAME:L}
|
|
REVISION = 0
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://redcloth.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|