17 lines
263 B
Makefile
17 lines
263 B
Makefile
|
COMMENT= Ruby library to create XML markup and data structures
|
||
|
|
||
|
DISTNAME= builder-3.1.4
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE=ruby gem
|
||
|
|
||
|
MODRUBY_TEST= rake
|
||
|
MODRUBY_TEST_TARGET= -I lib test_all
|
||
|
|
||
|
.include <bsd.port.mk>
|