diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/vmware-vsphere-cli/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/vmware-vsphere-cli/Makefile')
-rw-r--r-- | net/vmware-vsphere-cli/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net/vmware-vsphere-cli/Makefile b/net/vmware-vsphere-cli/Makefile index 82b839fedd44..c23f42692553 100644 --- a/net/vmware-vsphere-cli/Makefile +++ b/net/vmware-vsphere-cli/Makefile @@ -11,18 +11,18 @@ DISTNAME= VMware-vSphere-Perl-SDK-${PORTVERSION}-${DISTREL}.i386 MAINTAINER= zi@FreeBSD.org COMMENT= VMware vSphere SDK for Perl with CLI tools -BUILD_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-UUID>=0:${PORTSDIR}/devel/p5-UUID \ - p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite -RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-UUID>=0:${PORTSDIR}/devel/p5-UUID \ - p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ - p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +BUILD_DEPENDS= p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \ + p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-UUID>=0:devel/p5-UUID \ + p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-SOAP-Lite>=0:net/p5-SOAP-Lite +RUN_DEPENDS= p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \ + p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-UUID>=0:devel/p5-UUID \ + p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-SOAP-Lite>=0:net/p5-SOAP-Lite USES= perl5 shebangfix USE_PERL5= configure |