mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2d594a9caa
Perl extension for generating fancy graphic plots in color
27 lines
626 B
Makefile
27 lines
626 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: p5-Imager-Plot
|
|
# Date created: Aug 31, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Imager-Plot
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Imager
|
|
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>
|