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
|
2011-04-07 10:59:48 +02:00
|
|
|
PORTVERSION= 2.00
|
2004-08-07 21:13:11 +02:00
|
|
|
CATEGORIES= www perl5
|
2011-04-07 10:59:48 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:BRICAS
|
2004-08-07 21:13:11 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-12-07 20:35:25 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-07 21:13:11 +02:00
|
|
|
COMMENT= Perl module of Automated interface to the Wikipedia
|
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-04-07 10:59:48 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat
|
2011-10-07 13:22:46 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-08-07 21:13:11 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
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>
|