23 lines
465 B
Makefile
23 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:44:47 espie Exp $
|
|
|
|
COMMENT= automated interface to the Wikipedia encyclopedia
|
|
|
|
DISTNAME= WWW-Wikipedia-2.00
|
|
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>
|