freebsd-ports/www/rubygem-mechanize/Makefile
Cheng-Lung Sung 2f5423bea0 - update to 0.6.11
PR:		ports/118470
Submitted by:	TAKATSU Tomonari <tota_AT_rtfm dot jp>
2007-12-12 03:40:38 +00:00

24 lines
647 B
Makefile

# Ports collection makefile for: rubygem-mechanize
# Date created: 5 Feb 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= mechanize
PORTVERSION= 0.6.11
CATEGORIES= www rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= clsung@FreeBSD.org
COMMENT= WWW::Mechanize, a handy web browsing ruby object
BUILD_DEPENDS= rubygem-hpricot>=0:${PORTSDIR}/www/rubygem-hpricot \
rubygem-hoe>=1.2.2:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>