diff options
Diffstat (limited to 'net/p5-Net-OAuth-Simple/Makefile')
-rw-r--r-- | net/p5-Net-OAuth-Simple/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-Net-OAuth-Simple/Makefile b/net/p5-Net-OAuth-Simple/Makefile index efe59e077c87..39e7a70a5d51 100644 --- a/net/p5-Net-OAuth-Simple/Makefile +++ b/net/p5-Net-OAuth-Simple/Makefile @@ -13,11 +13,11 @@ COMMENT= Simple wrapper around the OAuth protocol LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-SSLeay>=0.57:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-libwww>=5.825:${PORTSDIR}/www/p5-libwww \ - p5-Net-OAuth>=0.27:${PORTSDIR}/net/p5-Net-OAuth \ - p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ - p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= p5-Crypt-SSLeay>=0.57:security/p5-Crypt-SSLeay \ + p5-libwww>=5.825:www/p5-libwww \ + p5-Net-OAuth>=0.27:net/p5-Net-OAuth \ + p5-URI>=1.37:net/p5-URI \ + p5-Test-Simple>=0.86:devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |