mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
843ade1030
- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
24 lines
584 B
Makefile
24 lines
584 B
Makefile
# 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>
|