diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-10-21 14:33:30 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-10-21 14:33:30 +0000 |
commit | 5a94e6f40606ea011afb75662e2df28fe722ae58 (patch) | |
tree | 8d17f446fc48e291bc089eb843f8c22bd059ab4c /www/perlbal/Makefile | |
parent | 41ea7ff3f8b22d96acad9cb3b39be205984abbf6 (diff) | |
download | ports-5a94e6f40606ea011afb75662e2df28fe722ae58.tar.gz ports-5a94e6f40606ea011afb75662e2df28fe722ae58.zip |
Notes
Diffstat (limited to 'www/perlbal/Makefile')
-rw-r--r-- | www/perlbal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/perlbal/Makefile b/www/perlbal/Makefile index a079244310c3..8db436c32bcf 100644 --- a/www/perlbal/Makefile +++ b/www/perlbal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Perlbal -PORTVERSION= 1.36 +PORTVERSION= 1.38 CATEGORIES= www MASTER_SITES= http://www.danga.com/dist/Perlbal/ PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ COMMENT= Reverse-proxy load balancer and webserver BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \ - p5-Danga-Socket>=1.44:${PORTSDIR}/devel/p5-Danga-Socket \ + ${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask RUN_DEPENDS= ${BUILD_DEPENDS} |