mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 5.96
- Add LICENSE information, as it says in the .pm package - Designate as NO_ARCH, since architecture independent
This commit is contained in:
parent
6293df735e
commit
cd0d459c91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433454
2 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Digest-SHA-PurePerl
|
PORTNAME= Digest-SHA-PurePerl
|
||||||
PORTVERSION= 5.95
|
PORTVERSION= 5.96
|
||||||
CATEGORIES= security perl5
|
CATEGORIES= security perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -10,8 +10,13 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= ashish@FreeBSD.org
|
MAINTAINER= ashish@FreeBSD.org
|
||||||
COMMENT= Perl extension for SHA-1/224/256/384/512 in pure Perl
|
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
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
NO_ARCH= true
|
||||||
|
|
||||||
PORTEXAMPLES= dups
|
PORTEXAMPLES= dups
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (Digest-SHA-PurePerl-5.95.tar.gz) = 36f07c3163abeaa4ca89da8db30a700c60cc34c4f677486109c3df7e404697ab
|
TIMESTAMP = 1486327289
|
||||||
SIZE (Digest-SHA-PurePerl-5.95.tar.gz) = 36904
|
SHA256 (Digest-SHA-PurePerl-5.96.tar.gz) = da561664533cb9985c0dab243ccf0d6b9c5503ddd77354848e61aac795c4d0b3
|
||||||
|
SIZE (Digest-SHA-PurePerl-5.96.tar.gz) = 37150
|
||||||
|
|
Loading…
Add table
Reference in a new issue