Update math/p5-Graph to version make:
[dports.git] / math / p5-Graph / Makefile
1 # Created by: tobez
2 # $FreeBSD: math/p5-Graph/Makefile 324276 2013-08-05 15:05:29Z az $
3
4 PORTNAME=       Graph
5 PORTVERSION=    0.96
6 PORTEPOCH=      1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     tobez@FreeBSD.org
12 COMMENT=        Graph, the Perl module for graph operations
13
14 BUILD_DEPENDS=  p5-Heap>=0:${PORTSDIR}/devel/p5-Heap \
15                 p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 MAN3=           Graph.3 \
22                 Graph::AdjacencyMap.3 \
23                 Graph::AdjacencyMap::Vertex.3 \
24                 Graph::AdjacencyMatrix.3 \
25                 Graph::BitMatrix.3 \
26                 Graph::Directed.3 \
27                 Graph::Matrix.3 \
28                 Graph::TransitiveClosure.3 \
29                 Graph::TransitiveClosure::Matrix.3 \
30                 Graph::Traversal.3 \
31                 Graph::Traversal::BFS.3 \
32                 Graph::Traversal::DFS.3 \
33                 Graph::Undirected.3 \
34                 Graph::UnionFind.3 \
35                 Heap071::Elem.3 \
36                 Heap071::Fibonacci.3
37
38 .include <bsd.port.mk>