openbsd-ports/www/p5-WWW-Wikipedia/Makefile
gsoares f57d2617ce minor update to 2.01
changelog:
2.01 2013-02-21
 - Update test suite due to a change in returned data
2013-11-21 20:40:46 +00:00

23 lines
467 B
Makefile

# $OpenBSD: Makefile,v 1.15 2013/11/21 20:40:46 gsoares Exp $
COMMENT= automated interface to the Wikipedia encyclopedia
DISTNAME= WWW-Wikipedia-2.01
CATEGORIES= www
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
MODULES= cpan
# Perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/p5-Text-Autoformat \
www/p5-libwww \
www/p5-URI
TEST_DEPENDS= devel/p5-Test-Exception
MAKE_ENV+= TEST_POD=1
.include <bsd.port.mk>