freebsd-ports/www/p5-Template-GD/Makefile
Erwin Lansing d74664f0e1 The Template-GD distribution provides a number of Template Toolkit
plugin modules to interface with Lincoln Stein's GD modules. These in
turn provide an interface to Thomas Boutell's GD graphics library.

WWW: http://search.cpan.org/dist/Template-GD/

PR:		ports/99335
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
2006-06-23 08:52:44 +00:00

47 lines
1.3 KiB
Makefile

# New ports collection makefile for: p5-Template-GD
# Date created: 22 June 2006
# Whom: Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#
PORTNAME= Template-GD
PORTVERSION= 2.66
CATEGORIES= www textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Template
PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@sourcehosting.net
COMMENT= Template Toolkit plugin to interface with GD modules
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Template::Plugin::GD.3 \
Template::Plugin::GD::Constants.3 \
Template::Plugin::GD::Graph::area.3 \
Template::Plugin::GD::Graph::bars.3 \
Template::Plugin::GD::Graph::bars3d.3 \
Template::Plugin::GD::Graph::lines.3 \
Template::Plugin::GD::Graph::lines3d.3 \
Template::Plugin::GD::Graph::linespoints.3 \
Template::Plugin::GD::Graph::mixed.3 \
Template::Plugin::GD::Graph::pie.3 \
Template::Plugin::GD::Graph::pie3d.3 \
Template::Plugin::GD::Graph::points.3 \
Template::Plugin::GD::Image.3 \
Template::Plugin::GD::Polygon.3 \
Template::Plugin::GD::Text.3 \
Template::Plugin::GD::Text::Align.3 \
Template::Plugin::GD::Text::Wrap.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>