19 lines
296 B
Makefile
19 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:35:56 espie Exp $
|
|
|
|
COMMENT = Ruby implementation of Net::DNS
|
|
|
|
DISTNAME = net-dns-0.6.0
|
|
REVISION = 5
|
|
CATEGORIES = net
|
|
|
|
# Ruby's license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_TEST = rake
|
|
|
|
.include <bsd.port.mk>
|