cwen a51f89c284 Update p5-WWW-Wikipedia to 2.05
Fix build with Perl 5.26+ (no . in @INC)
Changelog:
https://metacpan.org/changes/release/BRICAS/WWW-Wikipedia-2.05
OK bcallah@ sthen@
2019-01-30 15:14:05 +00:00

25 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.17 2019/01/30 15:14:05 cwen Exp $
COMMENT= automated interface to the Wikipedia encyclopedia
DISTNAME= WWW-Wikipedia-2.05
CATEGORIES= www
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
MODULES= cpan
PKG_ARCH= *
# Perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/p5-Text-Autoformat \
www/p5-LWP-Protocol-https \
www/p5-libwww \
www/p5-URI
TEST_DEPENDS= devel/p5-Test-Exception
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>