freebsd-ports/www/p5-Apache-AuthCookie/Makefile
Olli Hauer 19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00

37 lines
855 B
Makefile

# New ports collection makefile for: Apache-AuthCookie
# Date created: Sun Dec 31 19:55:36 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Apache-AuthCookie
PORTVERSION= 3.18
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module to provide custom forms for reauthentication
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_APACHE= 20+
.include <bsd.port.pre.mk>
CURUSER?= `whoami`
CURGRP?= `groups | ${AWK} '{print $$1}'`
TESTPORT?= 8228
PERL_CONFIGURE= yes
CONFIGURE_ENV+= APACHE="${HTTPD}" \
TESTUSER="${CURUSER}" \
TESTGRP="${CURGRP}" \
TESTPORT="${TESTPORT}"
MAN3= Apache2::AuthCookie.3 Apache::AuthCookie.3 \
Apache::AuthCookie::FAQ.3 Apache::AuthCookie::Util.3
.include <bsd.port.post.mk>