diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:07:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 08:07:51 +0800 |
commit | b2180689b6dc459f9283605dc44a8585b460e471 (patch) | |
tree | da7ee1c5354e7940e9d91066764c2b281cb3ea0f /security/p5-Digest-Whirlpool | |
parent | 3edfe8390af41973fa83780a4e004bebc5c6c938 (diff) | |
download | freebsd-ports-gnome-b2180689b6dc459f9283605dc44a8585b460e471.tar.gz freebsd-ports-gnome-b2180689b6dc459f9283605dc44a8585b460e471.tar.zst freebsd-ports-gnome-b2180689b6dc459f9283605dc44a8585b460e471.zip |
Remove Perl core module
- While I'm here, add LICNESE
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'security/p5-Digest-Whirlpool')
-rw-r--r-- | security/p5-Digest-Whirlpool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Digest-Whirlpool/Makefile b/security/p5-Digest-Whirlpool/Makefile index ace5500344b6..a4fe8fc12dc0 100644 --- a/security/p5-Digest-Whirlpool/Makefile +++ b/security/p5-Digest-Whirlpool/Makefile @@ -3,6 +3,7 @@ PORTNAME= Digest-Whirlpool PORTVERSION= 2.04 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Whirlpool hash algorithm -BUILD_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64 -RUN_DEPENDS= p5-MIME-Base64>=0:converters/p5-MIME-Base64 +LICENSE= GPLv2 USES= perl5 USE_PERL5= configure |