Update to 1.01.

This commit is contained in:
Anton Berezin 2003-03-28 21:11:02 +00:00
parent 822f24a76d
commit 7c52d97a62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77645
3 changed files with 10 additions and 11 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Statistics-Distributions
PORTVERSION= 0.07
PORTVERSION= 1.01
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Statistics
@ -18,6 +18,5 @@ COMMENT= Perl module that calculates critical values of common statistical distr
PERL_CONFIGURE= yes
MAN3= Statistics::Distributions.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (Statistics-Distributions-0.07.tar.gz) = 2a8d2f88516b13999584813416b670f8
MD5 (Statistics-Distributions-1.01.tar.gz) = 37e905792bc08fc06643225cc92bd9c8

View file

@ -1,8 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/Statistics/Distributions.pm
lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics/Distributions
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics/Distributions
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Statistics 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Statistics 2>/dev/null || true
%%SITE_PERL%%/Statistics/Distributions.pm
%%SITE_PERL%%/auto/Statistics/Distributions/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Distributions/.packlist
@dirrm %%SITE_PERL%%/auto/Statistics/Distributions
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Distributions
@unexec rmdir %D/%%SITE_PERL%%/auto/Statistics 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Statistics 2>/dev/null || true