diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-27 03:20:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-27 03:20:56 +0800 |
commit | 981052714d72b6056cbb3f116f086f551c046ca0 (patch) | |
tree | 9d809f4929667e3cda276231be458cc1c4a52b3c /www/p5-Dancer2 | |
parent | 0f41f918310d24a632df20331e0cf4a1f271e57c (diff) | |
download | freebsd-ports-gnome-981052714d72b6056cbb3f116f086f551c046ca0.tar.gz freebsd-ports-gnome-981052714d72b6056cbb3f116f086f551c046ca0.tar.zst freebsd-ports-gnome-981052714d72b6056cbb3f116f086f551c046ca0.zip |
Digest::SHA dependency is unnecessary here.
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 89a6810052f9..152f82eae526 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -3,7 +3,7 @@ PORTNAME= Dancer2 PORTVERSION= 0.159001 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,6 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \ p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \ p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ - p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \ p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body \ |