18 lines
270 B
Makefile
18 lines
270 B
Makefile
COMMENT = Ruby implementation of Net::DNS
|
|
|
|
DISTNAME = net-dns-0.8.0
|
|
CATEGORIES = net
|
|
|
|
# Ruby's license
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_TEST = rake
|
|
|
|
TEST_DEPENDS = textproc/ruby-yard,${MODRUBY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|