aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session-Wrapper
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-06-05 13:12:33 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-06-05 13:12:33 +0000
commit417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41 (patch)
tree090c77f62e0076ac32ddde0abef51b409624e8cb /www/p5-Apache-Session-Wrapper
parent5486f06031ad1e0e611024a685ab65a087af424c (diff)
downloadports-417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41.tar.gz
ports-417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41.zip
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes: svn path=/head/; revision=298466
Diffstat (limited to 'www/p5-Apache-Session-Wrapper')
-rw-r--r--www/p5-Apache-Session-Wrapper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile
index 6a8d27320ac1..83f5f7381c0b 100644
--- a/www/p5-Apache-Session-Wrapper/Makefile
+++ b/www/p5-Apache-Session-Wrapper/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A simple wrapper around Apache::Session
-BUILD_DEPENDS= ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
+BUILD_DEPENDS= p5-Class-Container>=0:${PORTSDIR}/devel/p5-Class-Container \
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
+ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
+ p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes