dbe5b9d02f
# Addressable 2.5.2 - better support for frozen string literals - fixed bug w/ uppercase characters in scheme - IDNA errors w/ emoji URLs - compatibility w/ public_suffix 3.x
14 lines
420 B
Makefile
14 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.19 2017/09/10 15:00:29 taca Exp $
|
|
|
|
DISTNAME= addressable-2.5.2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sporkmonger/addressable
|
|
COMMENT= Replacement for the URI Implementation of standard librrary
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|