openbsd-ports/www/p5-WWW-Mechanize/Makefile
rpointel 656339fd92 Update www/p5-WWW-Mechanize to 1.70.
From Wen Heping (thanks).
2011-10-02 13:59:38 +00:00

29 lines
619 B
Makefile

# $OpenBSD: Makefile,v 1.9 2011/10/02 13:59:38 rpointel Exp $
COMMENT= handy web browsing in a Perl object
MODULES= cpan
DISTNAME= WWW-Mechanize-1.70
CATEGORIES= www perl5
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/p5-libwww>=5.829 \
devel/p5-Test-LongString \
www/p5-HTTP-Server-Simple
REGRESS_DEPENDS= devel/p5-PadWalker \
devel/p5-Test-Memory-Cycle \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage \
devel/p5-Test-Taint \
devel/p5-Test-Warn
.include <bsd.port.mk>