freebsd-ports/dns/rubygem-dnsruby/Makefile
2021-04-06 16:31:07 +02:00

20 lines
373 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= dnsruby
PORTVERSION= 1.61.2
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-addressable>=2.5:www/rubygem-addressable
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>