summaryrefslogtreecommitdiff
path: root/www/ruby-mechanize/Makefile
blob: 2d384f8243f2064e91873e0f817eae80199603d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2008/04/04 15:26:25 jlam Exp $

DISTNAME=	mechanize-0.7.5
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES=	www

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://mechanize.rubyforge.org/
COMMENT=	Library to automate interaction with websites

DEPENDS+=	hoe>=1.5.1:../../devel/hoe
DEPENDS+=	${RUBY_PKGPREFIX}-hpricot>=0.6:../../textproc/ruby-hpricot

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"