openbsd-ports/www/ruby-mechanize/Makefile
avsm fbaff555d8 import ruby-mechanize-0.9.3
--
The Mechanize library is used for automating interaction with
websites. Mechanize automatically stores and sends cookies, follows
redirects, can follow links, and submit forms. Form fields can be
populated and submitted. Mechanize also keeps track of the sites
that you have visited as a history.
2009-08-25 17:10:12 +00:00

33 lines
656 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/08/25 17:10:12 avsm Exp $
SHARED_ONLY= Yes
COMMENT= automate interaction with websites
VERSION= 0.9.3
DISTNAME= mechanize-${VERSION}
PKGNAME= ruby-${DISTNAME}
CATEGORIES= www
HOMEPAGE= http://mechanize.rubyforge.org/mechanize
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=mechanize/}
WANTLIB= c m
LIB_DEPENDS= ${MODRUBY_LIB_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/ruby-rake
RUN_DEPENDS= ::textproc/ruby-nokogiri
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>