2007-01-02 04:19:26 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: WWW:Mediawiki::Client
|
|
|
|
# Date created: Jan 2, 2007
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Mediawiki-Client
|
|
|
|
PORTVERSION= 0.31
|
2010-01-25 15:00:25 +01:00
|
|
|
PORTREVISION= 2
|
2007-01-02 04:19:26 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= A very simple cvs-like interface for Mediawiki websites
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences \
|
|
|
|
p5-VCS-Lite>0:${PORTSDIR}/devel/p5-VCS-Lite \
|
|
|
|
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \
|
|
|
|
p5-URI>=1.31:${PORTSDIR}/net/p5-URI \
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-01-02 04:19:26 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= mvs.1
|
|
|
|
MAN3= WWW::Mediawiki::Client.3 WWW::Mediawiki::Client::Exceptions.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|