c4c6ce1440
This module combines WWW::Mechanize and HTML::TreeBuilder. from from Stephan A. Rickauer (MAINTAINER), with tweaks by me
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/02 10:10:21 jasper Exp $
|
|
|
|
COMMENT= combines WWW::Mechanize and HTML::TreeBuilder
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= WWW-Mechanize-TreeBuilder-1.10001
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Stephan A. Rickauer <stephan.rickauer@startek.ch>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-MooseX-Role-Parameterized \
|
|
::www/p5-WWW-Mechanize \
|
|
::www/p5-HTML-Tree
|
|
|
|
REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize \
|
|
::www/p5-HTML-TreeBuilder-XPath
|
|
|
|
.include <bsd.port.mk>
|