1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/www/p5-MediaWiki/Makefile
Cheng-Lung Sung 2c277cc040 - Update to 1.08
- Transfer maintainership to perl@

PR:		ports/102512
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-28 01:39:40 +00:00

33 lines
810 B
Makefile

# New ports collection makefile for: p5-MediaWiki
# Date created: 2006-08-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= MediaWiki
PORTVERSION= 1.08
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SP/SPECTRUM/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OOP MediaWiki engine client
RUN_DEPENDS= ${SITE_PERL}/Config/IniHash.pm:${PORTSDIR}/devel/p5-Config-IniHash \
${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= MediaWiki.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600 # Inherited from www/p5-libwww
IGNORE= requires 5.6.0 or newer. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>