aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-AuthTicket
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-05-22 22:23:16 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-05-22 22:23:16 +0000
commit346fdfaa76c10977dac257f5f76c954fe8f0d665 (patch)
tree1812485a9aa222ba62eb3c4819b7bb7721e403f3 /www/p5-Apache-AuthTicket
parent622fd470b55acab4b8978d2bd611df89c1e02483 (diff)
Notes
Diffstat (limited to 'www/p5-Apache-AuthTicket')
-rw-r--r--www/p5-Apache-AuthTicket/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile
index 52b6fec319a2..27ef5551f16e 100644
--- a/www/p5-Apache-AuthTicket/Makefile
+++ b/www/p5-Apache-AuthTicket/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Apache-AuthTicket
PORTVERSION= 0.90
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,9 +17,8 @@ COMMENT= Perl modules that implement a cookie-based authentication system
RUN_DEPENDS= ${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
- ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
- ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
-BUILD_DEPENDS= ${RUN_DEPENDS}
+ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -27,12 +27,14 @@ MAN3= Apache::AuthTicket.3 Apache2::AuthTicket.3
USE_APACHE= 1.3+
.include <bsd.port.pre.mk>
-.if ${APACHE_VERSION} > 20
+.if ${APACHE_VERSION} > 13
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
.else
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
+ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
+ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
.endif
.include <bsd.port.post.mk>