1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/graphics/p5-GD-TextUtil/Makefile
Philip M. Gollucci abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00

28 lines
597 B
Makefile

# New ports collection makefile for: p5-GD-TextUtil
# Date created: 21 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= GD-TextUtil
PORTVERSION= 0.86
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= GDTextUtil-${PORTVERSION}
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Text utilities for use with GD drawing package
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= YES
MAN3= GD::Text.3 GD::Text::Wrap.3 GD::Text::Align.3
.include <bsd.port.mk>