26 lines
551 B
Makefile
26 lines
551 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/10/19 08:02:57 espie Exp $
|
|
|
|
COMMENT= automated interface to the Wikipedia encyclopedia
|
|
|
|
DISTNAME= WWW-Wikipedia-1.97
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::textproc/p5-Text-Autoformat \
|
|
::www/p5-libwww \
|
|
::www/p5-URI
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|