2021-06-02 17:05:11 +02:00
|
|
|
# $NetBSD: Makefile,v 1.21 2021/06/02 15:05:11 taca Exp $
|
2007-05-26 03:46:51 +02:00
|
|
|
|
2021-06-02 17:05:11 +02:00
|
|
|
DISTNAME= mechanize-2.8.1
|
2008-04-04 17:26:25 +02:00
|
|
|
CATEGORIES= www
|
2007-05-26 03:46:51 +02:00
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
2015-09-27 01:43:37 +02:00
|
|
|
HOMEPAGE= https://github.com/sparklemotion/mechanize
|
2007-05-26 03:46:51 +02:00
|
|
|
COMMENT= Library to automate interaction with websites
|
2011-08-13 02:29:32 +02:00
|
|
|
LICENSE= mit
|
2007-05-26 03:46:51 +02:00
|
|
|
|
2021-06-02 17:05:11 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.7<3:../../net/ruby-addressable
|
2016-10-18 17:50:43 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-domain_name>=0.5.1<1:../../net/ruby-domain_name
|
2016-01-03 09:45:14 +01:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie
|
2021-06-02 17:05:11 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=3.0<4:../../mail/ruby-mime-types
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-digest_auth>=1.4<2:../../www/ruby-net-http-digest_auth
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-net-http-persistent>=2.5.2:../../www/ruby-net-http-persistent
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.11<2:../../textproc/ruby-nokogiri
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rubyntlm>=0.6<1:../../security/ruby-rubyntlm
|
|
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-webrick>=1.7<2:../../www/ruby-webrick
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-webrobots>=0.1.2<0.2:../../www/ruby-webrobots
|
2021-02-03 16:44:35 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
2009-12-02 15:04:22 +01:00
|
|
|
|
2010-09-10 15:54:48 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
2007-05-26 03:46:51 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|