pkgsrc/net/ruby-addressable/Makefile

17 lines
438 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2021/08/31 15:37:35 taca Exp $
DISTNAME= addressable-2.8.0
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://github.com/sporkmonger/addressable
COMMENT= Replacement for the URI Implementation of standard librrary
LICENSE= mit
2017-01-18 10:03:39 +01:00
DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"