blob: 84033e2f26d50228721d1e15adf50b89665e2ad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= dnsruby
PORTVERSION= 1.61.9
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure Ruby DNS client library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-simpleidn>=0.1<1:dns/rubygem-simpleidn
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|