diff options
author | culot <culot@FreeBSD.org> | 2011-05-30 17:53:49 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-05-30 17:53:49 +0800 |
commit | e527469d8e5cd65179b149e5faac103842f230a5 (patch) | |
tree | 53ec80705dca5b09b6e0709fca9693f5560360c8 /www | |
parent | fa5ea74a82ed8b080a8b544eac033dd178e8dd28 (diff) | |
download | freebsd-ports-gnome-e527469d8e5cd65179b149e5faac103842f230a5.tar.gz freebsd-ports-gnome-e527469d8e5cd65179b149e5faac103842f230a5.tar.zst freebsd-ports-gnome-e527469d8e5cd65179b149e5faac103842f230a5.zip |
- Lower requirements on dependencies version to match vendor's recommendations
- Add TEST_DEPENDS
Reported by: sunpoet@
Approved by: Gerard Seibert <gerard@seibercom.net> (maintainer, via email)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Session-ExpireSessions/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-CGI-Session-ExpireSessions/Makefile b/www/p5-CGI-Session-ExpireSessions/Makefile index a1b89aa51f2f..4359a72bc049 100644 --- a/www/p5-CGI-Session-ExpireSessions/Makefile +++ b/www/p5-CGI-Session-ExpireSessions/Makefile @@ -16,8 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= gerard@seibercom.net COMMENT= Perl module to delete expired CGI::Session-type sessions -BUILD_DEPENDS= p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod -RUN_DEPENDS= p5-CGI-Session>=4.43:${PORTSDIR}/www/p5-CGI-Session +RUN_DEPENDS= p5-CGI-Session>=4.14:${PORTSDIR}/www/p5-CGI-Session + +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod MAN3= CGI::Session::ExpireSessions.3 MANCOMPRESSED= no |