2009-08-27 11:20:22 +02:00
|
|
|
# Ports collection makefile for: rubygem-dnsruby
|
|
|
|
# Date created: 26 Aug, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dnsruby
|
2011-03-20 09:25:25 +01:00
|
|
|
PORTVERSION= 1.52
|
2009-08-27 11:20:22 +02:00
|
|
|
CATEGORIES= dns rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2009-08-27 11:20:22 +02:00
|
|
|
|
2010-08-27 01:52:26 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-08-27 11:20:22 +02:00
|
|
|
COMMENT= A pure Ruby DNS client library
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|