2020-11-29 09:34:14 +00:00

30 lines
553 B
Makefile

# $OpenBSD: Makefile,v 1.18 2020/11/29 09:34:14 benoit Exp $
COMMENT= backend for searching www.ebay.com
DISTNAME = WWW-Search-Ebay-3.056
CATEGORIES= www
# Perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
BUILD_DEPENDS= devel/p5-Module-Install-AuthorTests
RUN_DEPENDS= converters/p5-DateManip \
www/p5-HTML-Tree \
www/p5-LWP-Protocol-https \
www/p5-WWW-Search>=2.517 \
www/p5-libwww
# Tests need network access
TEST_DEPENDS= devel/p5-IO-Capture
MAKE_ENV+= TEST_POD="Yes"
CONFIGURE_STYLE= modinst
.include <bsd.port.mk>