diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:53:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:53:27 +0000 |
commit | ef784f868dc0325fa2761aa9c32d5b379e120b5b (patch) | |
tree | c967242214a4e47592f21e3497ed740bce5fdeaa /www/p5-MasonX-Request-WithApacheSession/Makefile | |
parent | d1e0f3506af41743aebb97d8548b0912b7247494 (diff) | |
download | ports-ef784f868dc0325fa2761aa9c32d5b379e120b5b.tar.gz ports-ef784f868dc0325fa2761aa9c32d5b379e120b5b.zip |
Notes
Diffstat (limited to 'www/p5-MasonX-Request-WithApacheSession/Makefile')
-rw-r--r-- | www/p5-MasonX-Request-WithApacheSession/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile index 80f2ca447e81..ee494a74e014 100644 --- a/www/p5-MasonX-Request-WithApacheSession/Makefile +++ b/www/p5-MasonX-Request-WithApacheSession/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= An interface to Apache::Session for HTML::Mason -BUILD_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ - ${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper +BUILD_DEPENDS= p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \ + p5-Apache-Session-Wrapper>=0:${PORTSDIR}/www/p5-Apache-Session-Wrapper RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |