cec7778e5c
PR: ports/148886 Submitted by: Ruben Van Staveren <ruben@verweg.com> Approved by: wen@ (He is on vacation, I've his permission for commit your PR)
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.48
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A pure Ruby DNS client library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|