aboutsummaryrefslogtreecommitdiffstats
path: root/dns/rubygem-dnsruby/Makefile
blob: d4d0d7130f263e5ac56de8e921ec90ec0e18748c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   dnsruby
PORTVERSION=    1.59.2
CATEGORIES= dns rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Pure Ruby DNS client library

LICENSE=    APACHE20
LICENSE_FILE=   ${WRKSRC}/LICENSE

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>