Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / p5-GD-TextUtil / Makefile
1 # Created by: Dmitry Sivachenko <dima@Chg.RU>
2 # $FreeBSD$
3
4 PORTNAME=       GD-TextUtil
5 PORTVERSION=    0.86
6 PORTREVISION=   5
7 CATEGORIES=     graphics perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       GDTextUtil-${PORTVERSION}
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Text utilities for use with GD drawing package
14
15 RUN_DEPENDS=    p5-GD>=0:graphics/p5-GD
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>