diff options
author | ashish <ashish@FreeBSD.org> | 2017-02-06 05:12:54 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2017-02-06 05:12:54 +0800 |
commit | 4d117fd355da93a1d695a28604a21c482934cd6a (patch) | |
tree | 6123c7e6f5fb2d71c42c1282e9d013f963930b5c /security/p5-Digest-SHA-PurePerl | |
parent | 0cd137c57311b132e600314bc5cc1cc515ed1a2f (diff) | |
download | freebsd-ports-gnome-4d117fd355da93a1d695a28604a21c482934cd6a.tar.gz freebsd-ports-gnome-4d117fd355da93a1d695a28604a21c482934cd6a.tar.zst freebsd-ports-gnome-4d117fd355da93a1d695a28604a21c482934cd6a.zip |
- Update to 5.96
- Add LICENSE information, as it says in the .pm package
- Designate as NO_ARCH, since architecture independent
Diffstat (limited to 'security/p5-Digest-SHA-PurePerl')
-rw-r--r-- | security/p5-Digest-SHA-PurePerl/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Digest-SHA-PurePerl/distinfo | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile index 3ab1650f3612..80a6ada10287 100644 --- a/security/p5-Digest-SHA-PurePerl/Makefile +++ b/security/p5-Digest-SHA-PurePerl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-SHA-PurePerl -PORTVERSION= 5.95 +PORTVERSION= 5.96 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for SHA-1/224/256/384/512 in pure Perl +# same license terms as Perl itself +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= true PORTEXAMPLES= dups .include <bsd.port.options.mk> diff --git a/security/p5-Digest-SHA-PurePerl/distinfo b/security/p5-Digest-SHA-PurePerl/distinfo index c12d19d37a5e..db8dc3e4b31f 100644 --- a/security/p5-Digest-SHA-PurePerl/distinfo +++ b/security/p5-Digest-SHA-PurePerl/distinfo @@ -1,2 +1,3 @@ -SHA256 (Digest-SHA-PurePerl-5.95.tar.gz) = 36f07c3163abeaa4ca89da8db30a700c60cc34c4f677486109c3df7e404697ab -SIZE (Digest-SHA-PurePerl-5.95.tar.gz) = 36904 +TIMESTAMP = 1486327289 +SHA256 (Digest-SHA-PurePerl-5.96.tar.gz) = da561664533cb9985c0dab243ccf0d6b9c5503ddd77354848e61aac795c4d0b3 +SIZE (Digest-SHA-PurePerl-5.96.tar.gz) = 37150 |