- Add LICENSE - Update WWW Changes: https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
18 lines
307 B
Makefile
18 lines
307 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnsruby
|
|
PORTVERSION= 1.58.0
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Pure Ruby DNS client library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|