summaryrefslogtreecommitdiff
path: root/net/ruby-domain_name/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-domain_name/Makefile')
-rw-r--r--net/ruby-domain_name/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/ruby-domain_name/Makefile b/net/ruby-domain_name/Makefile
new file mode 100644
index 00000000000..b4ea6957970
--- /dev/null
+++ b/net/ruby-domain_name/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/02/28 20:31:29 minskim Exp $
+
+DISTNAME= domain_name-0.5.2
+CATEGORIES= net
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/knu/ruby-domain_name
+COMMENT= Domain name manipulation library for Ruby
+LICENSE= 2-clause-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= ${RUBY_PKGPREFIX}-unf>0.0.3:../../converters/ruby-unf
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"