diff options
Diffstat (limited to 'net/p5-ResourcePool-Resource-SOAP-Lite/Makefile')
-rw-r--r-- | net/p5-ResourcePool-Resource-SOAP-Lite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile b/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile index ad9d5171e4a1..ea6c3f18473f 100644 --- a/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile +++ b/net/p5-ResourcePool-Resource-SOAP-Lite/Makefile @@ -16,13 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= A ResourcePool wrapper for SOAP::Lite -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite +BUILD_DEPENDS= ${SITE_PERL}/ResourcePool.pm:${PORTSDIR}/devel/p5-ResourcePool \ + ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= ResourcePool::Factory::SOAP::Lite.3 \ ResourcePool::Command::SOAP::Lite::Call.3 |