17 lines
267 B
Makefile
17 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>
|