Update textproc/hs-lhs2tex to version 1.24
[dports.git] / graphics / p5-GD-Thumbnail / Makefile
1 # Created by: chinsan <chinsan.tw@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       GD-Thumbnail
5 PORTVERSION=    1.44
6 CATEGORIES=     graphics perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Thumbnail maker for GD
12
13 BUILD_DEPENDS=  ${RUN_DEPENDS}
14 RUN_DEPENDS=    p5-GD>=0:graphics/p5-GD
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 NO_ARCH=        yes
20
21 .include <bsd.port.mk>