diff options
Diffstat (limited to 'net/p5-Net-OAuth/Makefile')
-rw-r--r-- | net/p5-Net-OAuth/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index dce4457743b0..19a02a67d8ca 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -14,12 +14,12 @@ COMMENT= Implementation of the OAuth protocol LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0.06:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-URI>=1.35:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Class-Accessor>=0.31:devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0.06:devel/p5-Class-Data-Inheritable \ + p5-Digest-HMAC>=1.01:security/p5-Digest-HMAC \ + p5-URI>=1.35:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Warn>=0.21:${PORTSDIR}/devel/p5-Test-Warn +TEST_DEPENDS= p5-Test-Warn>=0.21:devel/p5-Test-Warn USE_PERL5= modbuild USES= perl5 |