diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:29:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:29:24 +0000 |
commit | 9144df7eca431da9991b4a26c4890571235eb415 (patch) | |
tree | 7e281055c9f5d5e0c58728cc4ccbf2f1d58baad6 /net/p5-WebService-Prowl | |
parent | f7c6b31899f9b093dceb9de54003bad139d8da83 (diff) |
Notes
Diffstat (limited to 'net/p5-WebService-Prowl')
-rw-r--r-- | net/p5-WebService-Prowl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-WebService-Prowl/Makefile b/net/p5-WebService-Prowl/Makefile index da9ccd2dada0..b9edf8ff0c65 100644 --- a/net/p5-WebService-Prowl/Makefile +++ b/net/p5-WebService-Prowl/Makefile @@ -18,10 +18,10 @@ COMMENT= Perl interface to Prowl Public API LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/LWP/Protocol/https.pm:${PORTSDIR}/www/p5-LWP-Protocol-https \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |