df4e1203e4
ok jasper@ (final commit)
27 lines
561 B
Makefile
27 lines
561 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/12/03 11:46:53 ajacoutot Exp $
|
|
|
|
COMMENT= automated interface to the Wikipedia encyclopedia
|
|
|
|
DISTNAME= WWW-Wikipedia-1.97
|
|
REVISION= 0
|
|
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>
|