2001-01-01 09:28:28 +01:00
|
|
|
# New ports collection makefile for: Apache-AuthCookie
|
|
|
|
# Date created: Sun Dec 31 19:55:36 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-AuthCookie
|
2005-04-04 15:08:51 +02:00
|
|
|
PORTVERSION= 3.06
|
2001-01-01 09:28:28 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Apache
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A perl module to provide custom forms for reauthentication
|
2001-03-01 07:39:18 +01:00
|
|
|
|
2004-09-02 08:19:57 +02:00
|
|
|
RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
|
|
|
.if defined(WITH_MODPERL2)
|
2005-05-17 19:18:23 +02:00
|
|
|
BROKEN= Broken due the new mod_perl2 API
|
2004-09-02 08:19:57 +02:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
|
|
|
|
.else
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
|
|
|
.endif
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
|
2001-01-01 09:40:58 +01:00
|
|
|
|
2001-01-01 09:28:28 +01:00
|
|
|
CURUSER?= `whoami`
|
2002-12-15 20:47:07 +01:00
|
|
|
CURGRP?= `groups | ${AWK} '{print $$1}'`
|
2001-01-01 09:28:28 +01:00
|
|
|
TESTPORT?= 8228
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= APACHE="${PREFIX}/sbin/apache" \
|
|
|
|
TESTUSER="${CURUSER}" \
|
|
|
|
TESTGRP="${CURGRP}" \
|
|
|
|
TESTPORT="${TESTPORT}"
|
|
|
|
|
2001-01-01 12:06:17 +01:00
|
|
|
MAN3= Apache::AuthCookie.3
|
2001-01-01 09:28:28 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|