diff options
author | taca <taca@pkgsrc.org> | 2021-08-30 15:24:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-08-30 15:24:24 +0000 |
commit | 6f984a41e161a08eb17b7143c0984aae29f1d094 (patch) | |
tree | d45181c92961c7e60b4618eb7a4c603689b93fb0 /www/Makefile | |
parent | e8d0fc84ae7000341b2fcdbf7b7a90f2d80a9604 (diff) | |
download | pkgsrc-6f984a41e161a08eb17b7143c0984aae29f1d094.tar.gz |
www/Makefile: add and enable ruby-faraday-patron
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index d0963c342d0..7fbfac37055 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1578 2021/08/30 15:22:31 taca Exp $ +# $NetBSD: Makefile,v 1.1579 2021/08/30 15:24:24 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -892,6 +892,7 @@ SUBDIR+= ruby-faraday-httpclient SUBDIR+= ruby-faraday-net_http SUBDIR+= ruby-faraday-net_http_persistent SUBDIR+= ruby-faraday_middleware +SUBDIR+= ruby-faraday-patron SUBDIR+= ruby-faye-websocket SUBDIR+= ruby-fcgi SUBDIR+= ruby-html-proofer |