aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session-Wrapper
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-10-23 00:30:06 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-10-23 00:30:06 +0000
commit0977415a79779b7f939cbc1c00f12c36fca9f589 (patch)
treef3ab743497214d1c96101a2d31de2785c43b6990 /www/p5-Apache-Session-Wrapper
parent308d799aab342cc4584e020b26fd730e9d533202 (diff)
downloadports-0977415a79779b7f939cbc1c00f12c36fca9f589.tar.gz
ports-0977415a79779b7f939cbc1c00f12c36fca9f589.zip
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint PR: follow-up to ports/139837 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=243224
Diffstat (limited to 'www/p5-Apache-Session-Wrapper')
-rw-r--r--www/p5-Apache-Session-Wrapper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile
index 3d13c0a27842..5132e96be14b 100644
--- a/www/p5-Apache-Session-Wrapper/Makefile
+++ b/www/p5-Apache-Session-Wrapper/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= A simple wrapper around Apache::Session
BUILD_DEPENDS= ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
- ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
+ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
RUN_DEPENDS= ${BUILD_DEPENDS}