mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.0
- ports@ -> perl@
This commit is contained in:
parent
a11289d33d
commit
c10a2946c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186131
@ -5,17 +5,14 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Bloom::Filter.pm is not part of the standard
|
||||
# MASTER_SITES tree due to unresolved namespace
|
||||
# issues
|
||||
|
||||
PORTNAME= Bloom-Filter
|
||||
PORTVERSION= 0.03
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= http://www.cpan.org/authors/id/M/MC/MCEGLOWS/
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MC/MCEGLOWS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A probabilistic algorithm for doing existence tests
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
@ -25,10 +22,4 @@ PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Bloom::Filter.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= "requires Perl 5.6 or above"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Bloom-Filter-0.03.tar.gz) = 3df62a97e96392d0bef7e0bfaf04b583
|
||||
SHA256 (Bloom-Filter-0.03.tar.gz) = 2b78cc3248027cd7caeaf8ce6fac02bf2f68fbe6d0eb7bab18476c352c05832f
|
||||
SIZE (Bloom-Filter-0.03.tar.gz) = 4415
|
||||
MD5 (Bloom-Filter-1.0.tar.gz) = 977ec7f814b04a1b68d4c6390089f166
|
||||
SHA256 (Bloom-Filter-1.0.tar.gz) = 3deeee4eb473757bc5124aab3c684c71c12ea32350ff6d8b599ae073b35f05e8
|
||||
SIZE (Bloom-Filter-1.0.tar.gz) = 4475
|
||||
|
Loading…
Reference in New Issue
Block a user