3c686bd65a
email troubles) to ruby@.
22 lines
486 B
Makefile
22 lines
486 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= WWW::Mechanize, a handy web browsing ruby object
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.2.1:${PORTSDIR}/textproc/rubygem-nokogiri
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|