diff options
Diffstat (limited to 'www/ruby-typhoeus/Makefile')
-rw-r--r-- | www/ruby-typhoeus/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/ruby-typhoeus/Makefile b/www/ruby-typhoeus/Makefile new file mode 100644 index 00000000000..4d5a29960f8 --- /dev/null +++ b/www/ruby-typhoeus/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2020/04/14 15:58:29 ryoon Exp $ + +DISTNAME= typhoeus-1.3.1 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/typhoeus/typhoeus +COMMENT= Wraps libcurl in order to make fast and reliable requests +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-ethon>=0.9.0:../../www/ruby-ethon + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" |