Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / p5-Imager-Graph / Makefile
1 # Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
2 # $FreeBSD$
3
4 PORTNAME=       Imager-Graph
5 PORTVERSION=    0.10
6 CATEGORIES=     graphics perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     ychsiao@ychsiao.org
11 COMMENT=        Perl extension for producing Graphs using the Imager library
12
13 BUILD_DEPENDS=  p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
14 RUN_DEPENDS=    p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>