- add stage support
Approved by: portmgr (blanket infrastructure)
This commit is contained in:
@@ -14,7 +14,4 @@ COMMENT= Perl Extension for Munkres' Solution to Classical Assignment Problem
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Munkres.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -4,4 +4,4 @@ This module extends the solution of Assignment problem for square
|
||||
matrices to rectangular matrices by padding zeros. Thus a rectangular
|
||||
matrix is converted to square matrix by padding necessary zeros.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Algorithm-Munkres/
|
||||
WWW: http://search.cpan.org/dist/Algorithm-Munkres/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Munkres/.packlist
|
||||
%%SITE_PERL%%/Algorithm/Munkres.pm
|
||||
%%PERL5_MAN3%%/Algorithm::Munkres.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Munkres
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
|
||||
Reference in New Issue
Block a user