freebsd-ports/dns/rubygem-dnsruby/Makefile
2016-01-19 08:37:55 +00:00

20 lines
352 B
Makefile

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