diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-22 19:09:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-22 19:09:48 +0000 |
commit | eff43c760c6ad1100d2c57a141de4c6714abfcec (patch) | |
tree | 3b3dc98175bf4d62bfb561f16c9b84bac332dcbc /security/p5-Dancer2-Plugin-Passphrase/Makefile | |
parent | 89dfe798dbf88e1348464d98ae61f3112a8769d6 (diff) | |
download | ports-eff43c760c6ad1100d2c57a141de4c6714abfcec.tar.gz ports-eff43c760c6ad1100d2c57a141de4c6714abfcec.zip |
Update to 3.3.2
Notes
Notes:
svn path=/head/; revision=482773
Diffstat (limited to 'security/p5-Dancer2-Plugin-Passphrase/Makefile')
-rw-r--r-- | security/p5-Dancer2-Plugin-Passphrase/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Dancer2-Plugin-Passphrase/Makefile b/security/p5-Dancer2-Plugin-Passphrase/Makefile index 0c3958c02484..634f91727801 100644 --- a/security/p5-Dancer2-Plugin-Passphrase/Makefile +++ b/security/p5-Dancer2-Plugin-Passphrase/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Passphrase -PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTVERSION= 3.3.2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +15,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ - p5-Data-Entropy>=0.005:security/p5-Data-Entropy \ + p5-Data-Entropy>=0.007:security/p5-Data-Entropy \ p5-Digest-Bcrypt>=0:security/p5-Digest-Bcrypt -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |