diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:55:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:55:37 +0000 |
commit | 6f2344f4e13cdd952910821fcd9b31de42d1b255 (patch) | |
tree | 1618001634142e979f2fae2af2148c288e3b386b /www/p5-PHP-Session | |
parent | 84efb7fc29a0412a496f6e1453c05236392d4c64 (diff) | |
download | ports-6f2344f4e13cdd952910821fcd9b31de42d1b255.tar.gz ports-6f2344f4e13cdd952910821fcd9b31de42d1b255.zip |
Notes
Diffstat (limited to 'www/p5-PHP-Session')
-rw-r--r-- | www/p5-PHP-Session/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-PHP-Session/Makefile b/www/p5-PHP-Session/Makefile index 14c1d4dce136..cde13517b388 100644 --- a/www/p5-PHP-Session/Makefile +++ b/www/p5-PHP-Session/Makefile @@ -7,6 +7,7 @@ PORTNAME= PHP-Session PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= Read / write PHP session files -BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require PERL_CONFIGURE= yes |