forked from Lainports/opnsense-ports
19 lines
354 B
Makefile
19 lines
354 B
Makefile
PORTNAME= dnsruby
|
|
PORTVERSION= 1.61.9
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Pure Ruby DNS client library
|
|
WWW= https://github.com/alexdalitz/dnsruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-simpleidn>=0.1<1:dns/rubygem-simpleidn
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|