diff options
Diffstat (limited to 'www/p5-Session-Storage-Secure/Makefile')
-rw-r--r-- | www/p5-Session-Storage-Secure/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/www/p5-Session-Storage-Secure/Makefile b/www/p5-Session-Storage-Secure/Makefile index 8be2719..2a788a9 100644 --- a/www/p5-Session-Storage-Secure/Makefile +++ b/www/p5-Session-Storage-Secure/Makefile @@ -14,21 +14,21 @@ COMMENT= Perl extension for encrypted, serialized session data with integrity LICENSE= APACHE20 RUN_DEPENDS= \ - p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \ - p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \ - p5-Math-Random-ISAAC-XS>0:${PORTSDIR}/math/p5-Math-Random-ISAAC-XS \ - p5-Moo>0:${PORTSDIR}/devel/p5-Moo \ - p5-MooX-Types-MooseLike>=0.16:${PORTSDIR}/devel/p5-MooX-Types-MooseLike \ - p5-Sereal-Decoder>0:${PORTSDIR}/converters/p5-Sereal-Decoder \ - p5-Sereal-Encoder>0:${PORTSDIR}/converters/p5-Sereal-Encoder \ - p5-String-Compare-ConstantTime>0:${PORTSDIR}/textproc/p5-String-Compare-ConstantTime \ - p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean + p5-Crypt-CBC>0:security/p5-Crypt-CBC \ + p5-Crypt-Rijndael>0:security/p5-Crypt-Rijndael \ + p5-Crypt-URandom>0:security/p5-Crypt-URandom \ + p5-Math-Random-ISAAC-XS>0:math/p5-Math-Random-ISAAC-XS \ + p5-Moo>0:devel/p5-Moo \ + p5-MooX-Types-MooseLike>=0.16:devel/p5-MooX-Types-MooseLike \ + p5-Sereal-Decoder>0:converters/p5-Sereal-Decoder \ + p5-Sereal-Encoder>0:converters/p5-Sereal-Encoder \ + p5-String-Compare-ConstantTime>0:textproc/p5-String-Compare-ConstantTime \ + p5-namespace-clean>0:devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= \ - p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Number-Tolerant>0:${PORTSDIR}/devel/p5-Number-Tolerant + p5-Test-Deep>0:devel/p5-Test-Deep \ + p5-Test-Fatal>0:devel/p5-Test-Fatal \ + p5-Number-Tolerant>0:devel/p5-Number-Tolerant USES= perl5 USE_PERL5= configure |