diff options
author | az <az@FreeBSD.org> | 2014-01-30 17:42:48 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 17:42:48 +0800 |
commit | c3451e13ce5d5fb463b34eaf23921bed1c3b3b4e (patch) | |
tree | 12a1e32f5b1fc0e7932c9e7498c464d4d03204cb /math/p5-Algorithm-Munkres | |
parent | 81d6c775672cb3ebf8149d4ec1460185371639b1 (diff) | |
download | freebsd-ports-gnome-c3451e13ce5d5fb463b34eaf23921bed1c3b3b4e.tar.gz freebsd-ports-gnome-c3451e13ce5d5fb463b34eaf23921bed1c3b3b4e.tar.zst freebsd-ports-gnome-c3451e13ce5d5fb463b34eaf23921bed1c3b3b4e.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'math/p5-Algorithm-Munkres')
-rw-r--r-- | math/p5-Algorithm-Munkres/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Algorithm-Munkres/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Algorithm-Munkres/pkg-plist | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/math/p5-Algorithm-Munkres/Makefile b/math/p5-Algorithm-Munkres/Makefile index bb10e3f68655..16712accbd17 100644 --- a/math/p5-Algorithm-Munkres/Makefile +++ b/math/p5-Algorithm-Munkres/Makefile @@ -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> diff --git a/math/p5-Algorithm-Munkres/pkg-descr b/math/p5-Algorithm-Munkres/pkg-descr index a5360ad0d70a..5c3a0eccb5c5 100644 --- a/math/p5-Algorithm-Munkres/pkg-descr +++ b/math/p5-Algorithm-Munkres/pkg-descr @@ -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/ diff --git a/math/p5-Algorithm-Munkres/pkg-plist b/math/p5-Algorithm-Munkres/pkg-plist index 3f0f91de4055..445f4882ed29 100644 --- a/math/p5-Algorithm-Munkres/pkg-plist +++ b/math/p5-Algorithm-Munkres/pkg-plist @@ -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 |