# $Id: Portfile 128785 2014-11-27 12:52:58Z jmr@macports.org $

PortSystem		1.0
PortGroup		perl5 1.0

perl5.branches      5.10 5.12 5.14 5.16
perl5.setup		GDTextUtil 0.86 GD
revision        3
license			{Artistic-1 GPL}
maintainers		nomaintainer
description		Text utilities for use with GD
long_description	This package provides three modules that make it \
					possible to work with internal GD fonts as well as \
					TrueType fonts, without having to worry about \
					different interface functions to call.  Apart from \
					an abstract interface to all font types and strings \
					for GD, this library also provides some utility in \
					aligning and wrapping your string.
checksums		md5 941ad06eadc86b47f3a32da405665c41
platforms		darwin

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-gd

supported_archs noarch
}
