From 9ec58fca2181e62f9f6895c8e5c2fbc76efbb374 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Thu, 30 Jan 2014 09:42:48 +0000 Subject: - add stage support Approved by: portmgr (blanket infrastructure) --- math/p5-Graph/Makefile | 18 ------------------ math/p5-Graph/pkg-plist | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 18 deletions(-) (limited to 'math/p5-Graph') diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile index 0c8eecf7a751..5cfd4a01fd33 100644 --- a/math/p5-Graph/Makefile +++ b/math/p5-Graph/Makefile @@ -18,22 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Graph.3 \ - Graph::AdjacencyMap.3 \ - Graph::AdjacencyMap::Vertex.3 \ - Graph::AdjacencyMatrix.3 \ - Graph::BitMatrix.3 \ - Graph::Directed.3 \ - Graph::Matrix.3 \ - Graph::TransitiveClosure.3 \ - Graph::TransitiveClosure::Matrix.3 \ - Graph::Traversal.3 \ - Graph::Traversal::BFS.3 \ - Graph::Traversal::DFS.3 \ - Graph::Undirected.3 \ - Graph::UnionFind.3 \ - Heap071::Elem.3 \ - Heap071::Fibonacci.3 - -NO_STAGE= yes .include diff --git a/math/p5-Graph/pkg-plist b/math/p5-Graph/pkg-plist index f2bb1369c737..9a1350cf2520 100644 --- a/math/p5-Graph/pkg-plist +++ b/math/p5-Graph/pkg-plist @@ -23,6 +23,22 @@ %%SITE_PERL%%/Heap071/Fibonacci.pm %%SITE_PERL%%/auto/Heap071/Elem/autosplit.ix %%SITE_PERL%%/auto/Heap071/Fibonacci/autosplit.ix +%%PERL5_MAN3%%/Graph.3.gz +%%PERL5_MAN3%%/Graph::AdjacencyMap.3.gz +%%PERL5_MAN3%%/Graph::AdjacencyMap::Vertex.3.gz +%%PERL5_MAN3%%/Graph::AdjacencyMatrix.3.gz +%%PERL5_MAN3%%/Graph::BitMatrix.3.gz +%%PERL5_MAN3%%/Graph::Directed.3.gz +%%PERL5_MAN3%%/Graph::Matrix.3.gz +%%PERL5_MAN3%%/Graph::TransitiveClosure.3.gz +%%PERL5_MAN3%%/Graph::TransitiveClosure::Matrix.3.gz +%%PERL5_MAN3%%/Graph::Traversal.3.gz +%%PERL5_MAN3%%/Graph::Traversal::BFS.3.gz +%%PERL5_MAN3%%/Graph::Traversal::DFS.3.gz +%%PERL5_MAN3%%/Graph::Undirected.3.gz +%%PERL5_MAN3%%/Graph::UnionFind.3.gz +%%PERL5_MAN3%%/Heap071::Elem.3.gz +%%PERL5_MAN3%%/Heap071::Fibonacci.3.gz @dirrmtry %%SITE_PERL%%/auto/Heap071/Fibonacci @dirrmtry %%SITE_PERL%%/auto/Heap071/Elem @dirrmtry %%SITE_PERL%%/auto/Heap071 -- cgit v1.2.3