Tweak math/p5-Graph version 0.96,1
[dports.git] / math / p5-Graph / Makefile
1 # Created by: tobez
2 # $FreeBSD$
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 .include <bsd.port.mk>