aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-mechanize/Makefile
blob: eec6fdd7c9c6b9d048c07851f53d3adda317172f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ports collection makefile for:    rubygem-mechanize
# Date created:             5 Feb 2007
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   mechanize
PORTVERSION=    1.0.0
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= clsung@FreeBSD.org
COMMENT=    WWW::Mechanize, a handy web browsing ruby object

RUN_DEPENDS=    rubygem-hpricot>=0.5.0:${PORTSDIR}/www/rubygem-hpricot \
        rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe \
        rubygem-nokogiri>=1.2.1:${PORTSDIR}/textproc/rubygem-nokogiri

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>