diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-30 03:14:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-30 03:14:22 +0800 |
commit | 10aadf83ffc09d5f62711c57cf1faed6608edbfd (patch) | |
tree | c7485c56c8b468e481c32a0fe8dc3afb718c7146 /security | |
parent | 7bcfd1e370e4feaa2c00eec8c606128a7a977fab (diff) | |
download | freebsd-ports-gnome-10aadf83ffc09d5f62711c57cf1faed6608edbfd.tar.gz freebsd-ports-gnome-10aadf83ffc09d5f62711c57cf1faed6608edbfd.tar.zst freebsd-ports-gnome-10aadf83ffc09d5f62711c57cf1faed6608edbfd.zip |
Remove Perl core modules
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Dancer2-Plugin-Passphrase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Dancer2-Plugin-Passphrase/Makefile b/security/p5-Dancer2-Plugin-Passphrase/Makefile index f2afa3c6f7bd..eea503bb697b 100644 --- a/security/p5-Dancer2-Plugin-Passphrase/Makefile +++ b/security/p5-Dancer2-Plugin-Passphrase/Makefile @@ -3,6 +3,7 @@ PORTNAME= Dancer2-Plugin-Passphrase PORTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ p5-Data-Entropy>=0.005:security/p5-Data-Entropy \ - p5-Digest-Bcrypt>0:security/p5-Digest-Bcrypt \ - p5-Digest-SHA>=5.74:security/p5-Digest-SHA + p5-Digest-Bcrypt>=0:security/p5-Digest-Bcrypt RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |