20 lines
370 B
Makefile
20 lines
370 B
Makefile
# Ports collection makefile for: rubygem-dnsruby
|
|
# Date created: 26 Aug, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnsruby
|
|
PORTVERSION= 1.45
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A pure Ruby DNS client library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|