aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-AuthCookie/Makefile
blob: ac02f3458a2a2559c65fa20bf50e82bf251e59ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	Apache-AuthCookie
# Date created:				Sun Dec 31 19:55:36 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	Apache-AuthCookie
PORTVERSION=	2.011
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
PKGNAMEPREFIX=	p5-

BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
		${PREFIX}/sbin/apxs:${PORTSDIR}/www/${APACHE_PORT}
RUN_DEPENDS=	${BUILD_DEPENDS}

MAINTAINER=	ports@FreeBSD.org

APACHE_PORT?=	apache13
CURUSER?=	`whoami`
CURGRP?=	`groups | awk '{print $1}'`
TESTPORT?=	8228
USE_PERL5=	yes
PERL_CONFIGURE=	yes
CONFIGURE_ENV+=	APACHE="${PREFIX}/sbin/apache" \
		TESTUSER="${CURUSER}" \
		TESTGRP="${CURGRP}" \
		TESTPORT="${TESTPORT}"

MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=		Apache::AuthCookie.3

.include <bsd.port.mk>