mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
491 B
Makefile
28 lines
491 B
Makefile
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>
|