
MASTERDIR=      ${.CURDIR}/../../www/mod_perl2
USE_APACHE=     2.0+

MAINTAINER=     girgen@FreeBSD.org
COMMENT=        Apache2 perl module

.include "${MASTERDIR}/Makefile"

PORTREVISION= 3
CONFLICTS+= mod_perl-1* mod_perl2-2*  

.if (${APACHE_PORT} == "www/apache22")
PKGNAMESUFFIX= -ap22
CONFLICTS+= mod_perl-ap20*
.elif (${APACHE_PORT} == "www/apache20")
PKGNAMESUFFIX= -ap20
CONFLICTS+= mod_perl-ap22*
.endif

NEED_REINSTALL= yes
.include <plesk.native.mk>
