mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.06
PR: 55390 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer (implicit)
This commit is contained in:
parent
076a7a9d49
commit
32fec23062
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86645
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Algorithm-Permute
|
||||
PORTVERSION= 0.04
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Algorithm
|
||||
@ -17,7 +17,6 @@ COMMENT= Perl interface to handy and fast permutation
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Algorithm::Permute.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Algorithm-Permute-0.04.tar.gz) = a1956a98d549526cd3a318ecb74bf39d
|
||||
MD5 (Algorithm-Permute-0.06.tar.gz) = bb5d5df5d920d84cd1904c239eb8d6e1
|
||||
|
@ -1,8 +1,8 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm/Permute.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Permute.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user