Import math/p5-Graph version 0.94,1
[dports.git] / math / p5-Graph / Makefile
1 # New ports collection makefile for:    math/p5-Graph
2 # Date created:                         09 October 2001
3 # Whom:                                 tobez
4 #
5 # $FreeBSD: ports/math/p5-Graph/Makefile,v 1.36 2012/11/17 05:59:25 svnexp Exp $
6 #
7
8 PORTNAME=       Graph
9 PORTVERSION=    0.94
10 PORTEPOCH=      1
11 CATEGORIES=     math perl5
12 MASTER_SITES=   CPAN
13 PKGNAMEPREFIX=  p5-
14
15 MAINTAINER=     tobez@FreeBSD.org
16 COMMENT=        Graph, the Perl module for graph operations
17
18 BUILD_DEPENDS=  p5-Heap>=0:${PORTSDIR}/devel/p5-Heap \
19                 p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21
22 PERL_CONFIGURE= yes
23
24 MAN3=           Graph.3 \
25                 Graph::AdjacencyMap.3 \
26                 Graph::AdjacencyMap::Vertex.3 \
27                 Graph::AdjacencyMatrix.3 \
28                 Graph::BitMatrix.3 \
29                 Graph::Directed.3 \
30                 Graph::Matrix.3 \
31                 Graph::TransitiveClosure.3 \
32                 Graph::TransitiveClosure::Matrix.3 \
33                 Graph::Traversal.3 \
34                 Graph::Traversal::BFS.3 \
35                 Graph::Traversal::DFS.3 \
36                 Graph::Undirected.3 \
37                 Graph::UnionFind.3 \
38                 Heap071::Elem.3 \
39                 Heap071::Fibonacci.3
40
41 .include <bsd.port.mk>