mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1a88d3c887
Feature safe: yes
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# Ports collection makefile for: rubygem-dnsruby
|
|
# Date created: 26 Aug, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dnsruby
|
|
PORTVERSION= 1.53
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A pure Ruby DNS client library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|