diff options
author | pav <pav@FreeBSD.org> | 2008-11-19 23:11:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-11-19 23:11:20 +0800 |
commit | 13ada422cb982f8dfac3f84d42c046ae48e7bc51 (patch) | |
tree | 0f71a1871154c4146b362a4ba608a968f730d8ce /net | |
parent | e419656f05a1fe93de908016edda0c8bbcea7d4a (diff) | |
download | freebsd-ports-gnome-13ada422cb982f8dfac3f84d42c046ae48e7bc51.tar.gz freebsd-ports-gnome-13ada422cb982f8dfac3f84d42c046ae48e7bc51.tar.zst freebsd-ports-gnome-13ada422cb982f8dfac3f84d42c046ae48e7bc51.zip |
- Add a missed runtime dependency on p5-version
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 441d145039d5..351c5ae36692 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -7,6 +7,7 @@ PORTNAME= SOAP-Lite PORTVERSION= 0.710.08 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +21,8 @@ RUN_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version BUILD_DEPENDS= ${RUN_DEPENDS} CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]* |