pkgsrc/www/ruby-mechanize/Makefile
minskim 2d04327e01 Import ruby-mechanize.
The Mechanize library is used for automating interaction with
websites.  Mechanize automatically stores and sends cookies, follows
redirects, can follow links, and submit forms.  Form fields can be
populated and submitted.  Mechanize also keeps track of the sites that
you have visited as a history.
2007-05-26 01:46:51 +00:00

19 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 01:46:51 minskim Exp $
DISTNAME= mechanize-0.6.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/19657/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://mechanize.rubyforge.org/
COMMENT= Library to automate interaction with websites
DEPENDS+= ${RUBY_PKGPREFIX}-hpricot-[0-9]*:../../textproc/ruby-hpricot
USE_LANGUAGES= # none
USE_RUBY_SETUP= yes
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"