freebsd-ports/graphics/p5-GD-Graph/Makefile

35 lines
824 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-GD-Graph
# Date created: 21 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= GD-Graph
2008-03-20 13:31:56 +01:00
PORTVERSION= 1.44.01
DISTVERSION= ${PORTVERSION:C/\.(..)$/_\1/}
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
2008-03-20 13:31:56 +01:00
MASTER_SITE_SUBDIR= ../by-authors/id/B/BW/BWARFIELD
PKGNAMEPREFIX= p5-
2007-05-02 12:59:24 +02:00
DISTNAME= GDGraph-${DISTVERSION}
MAINTAINER= mat@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= Graph plotting module for perl5
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= GD::Graph.3 \
GD::Graph::Data.3 \
GD::Graph::Error.3 \
2000-11-12 03:38:20 +01:00
GD::Graph::FAQ.3 \
2002-06-24 07:46:40 +02:00
GD::Graph::colour.3 \
GD::Graph::hbars.3
.include <bsd.port.mk>