Bump graphics/vips to version 8.3.3_1
[dports.git] / graphics / p5-Image-Info / Makefile
1 # Created by: Shell Hung <shell@shellhung.org>
2 # $FreeBSD$
3
4 PORTNAME=       Image-Info
5 PORTVERSION=    1.38
6 CATEGORIES=     graphics perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl module for getting image information
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-IO-String>=0:devel/p5-IO-String \
17                 p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
18                 p5-XML-Simple>=0:textproc/p5-XML-Simple
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>