View | Details | Raw Unified | Return to bug 158923
Collapse All | Expand All

(-)p5-Apache2-SiteControl/Makefile (+15 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Apache2-SiteControl
8
PORTNAME=	Apache2-SiteControl
9
PORTVERSION=	1.05
9
PORTVERSION=	1.05
10
PORTREVISION=	1
10
CATEGORIES=	www perl5
11
CATEGORIES=	www perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 14-19 Link Here
14
MAINTAINER=	nick@foobar.org
15
MAINTAINER=	nick@foobar.org
15
COMMENT=	Perl web site authentication/authorization system
16
COMMENT=	Perl web site authentication/authorization system
16
17
18
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/APR/Request/Apache2.pm:${PORTSDIR}/www/p5-libapreq2 \
19
		${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \
20
		${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
21
		${SITE_PERL}/Crypt/CAST5.pm:${PORTSDIR}/security/p5-Crypt-CAST5 \
22
		${SITE_PERL}/Apache/Session/File.pm:${PORTSDIR}/www/p5-Apache-Session \
23
24
OPTIONS=	RADIUS "Support for RADIUS back-end" on
25
26
.include <bsd.port.options.mk>
27
28
.ifdef(WITH_RADIUS)
29
RUN_DEPENDS+=	${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
30
.endif
31
17
PERL_CONFIGURE=	yes
32
PERL_CONFIGURE=	yes
18
33
19
MAN3=		Apache2::SiteControl::User.3 Apache2::SiteControl::Rule.3 \
34
MAN3=		Apache2::SiteControl::User.3 Apache2::SiteControl::Rule.3 \

Return to bug 158923