blob: c49c5cf849adb78b4ef5ebca74cf54b123130f4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# Ports collection makefile for: p5-Imager-Plot
# Date created: Aug 31, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Imager-Plot
PORTVERSION= 0.09
PORTREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for generating fancy graphic plots in color
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
PERL_CONFIGURE= yes
MAN3= Imager::Plot.3 Imager::Plot::Axis.3
.include <bsd.port.mk>
|