1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/p5-Imager-Plot/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

28 lines
642 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
PORTREVISION= 1
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>