1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/dns/rubygem-dnsruby/Makefile

22 lines
372 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= dnsruby
PORTVERSION= 1.61.7
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>