2004-08-07 21:13:11 +02:00
|
|
|
# New ports collection makefile for: p5-WWW-Wikipedia
|
|
|
|
# Date created: Aug 5 2004
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Wikipedia
|
2008-03-01 03:07:35 +01:00
|
|
|
PORTVERSION= 1.9.4
|
2004-08-07 21:13:11 +02:00
|
|
|
CATEGORIES= www perl5
|
2007-12-12 04:37:54 +01:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-07 21:13:11 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2007-01-05 04:40:32 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2004-08-07 21:13:11 +02:00
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2004-08-07 21:13:11 +02:00
|
|
|
COMMENT= Perl module of Automated interface to the Wikipedia
|
|
|
|
|
2004-09-02 03:54:51 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat
|
2004-08-07 21:13:11 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2004-08-07 21:13:11 +02:00
|
|
|
|
|
|
|
MAN1= wikipedia.1
|
|
|
|
MAN3= WWW::Wikipedia.3 \
|
|
|
|
WWW::Wikipedia::Entry.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|