pkgsrc/net/ruby-domain_name/Makefile
taca 5965f18f88 Update ruby-domain_name to 0.5.12.
* Update the eTLD database to 2013-06-06T23:00:56Z.
* Mention IDNA.
* Allow etld_data.rb to be nonexistent for regeneration.
* Add *_idn methods that do ToUnicode conversion.
* Minor code cleanup.
* Add DomainName#superdomain.
* Update the database to 2013-04-05T23:00:49Z. (just a reorder)
* Add a task import as alias for etld_data.
* Improve documentation.
* Make sure to install a required version of bundler.
2013-06-14 16:48:27 +00:00

14 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/06/14 16:48:27 taca Exp $
DISTNAME= domain_name-0.5.12
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
DEPENDS+= ${RUBY_PKGPREFIX}-unf<1.0.0:../../converters/ruby-unf
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"