26 lines
544 B
Makefile
26 lines
544 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/11/22 08:36:52 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>
|