22 lines
435 B
Makefile
22 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:23 naddy Exp $
|
|
|
|
COMMENT= combines WWW::Mechanize and HTML::TreeBuilder
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME = WWW-Mechanize-TreeBuilder-1.20000
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-MooseX-Role-Parameterized \
|
|
www/p5-WWW-Mechanize \
|
|
www/p5-HTML-Tree
|
|
|
|
TEST_DEPENDS=devel/p5-Test-WWW-Mechanize \
|
|
www/p5-HTML-TreeBuilder-XPath
|
|
|
|
.include <bsd.port.mk>
|