head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.33;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.20.17.23.05;	author ohauer;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.10.22.54.19;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2011.02.26.17.30.21;	author skv;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	foswiki-ModPerlEngineContrib
# Date created:		26 Feb 2011
# Whom:			Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/foswiki-ModPerlEngineContrib/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ModPerlEngineContrib
MASTER_SITES=	http://protey.ru/freebsd/distfiles/ \
		${MASTER_SITE_LOCAL:S!$!skv/!}

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	Permits Foswiki to be executed under mod_perl

RUN_DEPENDS=	foswiki>=0:${PORTSDIR}/www/foswiki \
		${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.0:${PORTSDIR}/www/mod_perl2 \
		p5-libapreq2>=2.0:${PORTSDIR}/www/p5-libapreq2

SVNREV=		8600

USE_APACHE=	22+

.include "${.CURDIR}/../foswiki/bsd.foswiki.mk"
.include <bsd.port.mk>
@


1.3
log
@- unbreak build now where apache22 is the default the
  port builds fine
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Mark BROKEN: conflicting dependencies

Reported by:	pointyhat
@
text
@d15 1
a15 2
BUILD_DEPENDS=	foswiki>=0:/usr/ports/www/foswiki
RUN_DEPENDS=	${BUILD_DEPENDS} \
d21 1
a21 3
USE_APACHE=	2.2+

BROKEN=		conflicting dependencies
@


1.1
log
@Add foswiki-ModPerlEngineContrib , permits Foswiki to be executed under
mod_perl.
@
text
@d24 2
@

