Update math/p5-Graph to version 0.96_1,1
[dports.git] / math / p5-Graph / Makefile
1 # Created by: tobez
2 # $FreeBSD$
3
4 PORTNAME=       Graph
5 PORTVERSION=    0.96
6 PORTREVISION=   1
7 PORTEPOCH=      1
8 CATEGORIES=     math perl5
9 MASTER_SITES=   CPAN
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     tobez@FreeBSD.org
13 COMMENT=        Graph, the Perl module for graph operations
14
15 BUILD_DEPENDS=  p5-Heap>=0:${PORTSDIR}/devel/p5-Heap \
16                 p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>