aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-AuthCookie
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-14 19:52:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-14 19:52:42 +0000
commita102b068f3096ccd60cd16bb58a96090b5293eb2 (patch)
tree5a90ee59b8fb6cb63da3f3a87086812bafd1ffc6 /www/p5-Apache-AuthCookie
parent96850727540616b04f00a74cb0d61b7689302098 (diff)
downloadports-a102b068f3096ccd60cd16bb58a96090b5293eb2.tar.gz
ports-a102b068f3096ccd60cd16bb58a96090b5293eb2.zip
Notes
Diffstat (limited to 'www/p5-Apache-AuthCookie')
-rw-r--r--www/p5-Apache-AuthCookie/Makefile11
-rw-r--r--www/p5-Apache-AuthCookie/distinfo4
-rw-r--r--www/p5-Apache-AuthCookie/pkg-descr2
3 files changed, 9 insertions, 8 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile
index 422d832b47b7..d21ec9d44eff 100644
--- a/www/p5-Apache-AuthCookie/Makefile
+++ b/www/p5-Apache-AuthCookie/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Apache-AuthCookie
-PORTVERSION= 3.15
-PORTREVISION= 1
+PORTVERSION= 3.18
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,14 +15,15 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module to provide custom forms for reauthentication
USE_APACHE= 13+
+
.include <bsd.port.pre.mk>
.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
.else
-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
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
+ p5-Apache-Test>=1.35:${PORTSDIR}/www/p5-Apache-Test
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
.endif
@@ -36,6 +36,7 @@ CONFIGURE_ENV+= APACHE="${HTTPD}" \
TESTGRP="${CURGRP}" \
TESTPORT="${TESTPORT}"
-MAN3= Apache::AuthCookie.3 Apache2::AuthCookie.3 Apache::AuthCookie::Util.3 Apache::AuthCookie::FAQ.3
+MAN3= Apache2::AuthCookie.3 Apache::AuthCookie.3 \
+ Apache::AuthCookie::FAQ.3 Apache::AuthCookie::Util.3
.include <bsd.port.post.mk>
diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo
index 2eec23196d64..ed0cfe3cb137 100644
--- a/www/p5-Apache-AuthCookie/distinfo
+++ b/www/p5-Apache-AuthCookie/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Apache-AuthCookie-3.15.tar.gz) = bf5e6a946d9f88220d45c654f0cc5c6a9f4f9a1bab39d20bd95989d33789dbbc
-SIZE (Apache-AuthCookie-3.15.tar.gz) = 45362
+SHA256 (Apache-AuthCookie-3.18.tar.gz) = d1c43bd5e94590baa49bd07eb11cebe1124634a4286f3d523fb00ff5f7d57f88
+SIZE (Apache-AuthCookie-3.18.tar.gz) = 45265
diff --git a/www/p5-Apache-AuthCookie/pkg-descr b/www/p5-Apache-AuthCookie/pkg-descr
index 2d602bcac243..e95904d3a805 100644
--- a/www/p5-Apache-AuthCookie/pkg-descr
+++ b/www/p5-Apache-AuthCookie/pkg-descr
@@ -4,4 +4,4 @@ presented with a custom form where they can enter authentication
credentials. The credentials are posted to the server where AuthCookie
verifies them and returns a session key.
---will
+WWW: http://search.cpan.org/dist/Apache-AuthCookie/