aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Info/Makefile
blob: 9e4ae20bc421f40ad4d4f26e76e6b272359d3b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Created by: Shell Hung <shell@shellhung.org>
# $FreeBSD$

PORTNAME=	Image-Info
PORTVERSION=	1.36
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module for getting image information

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=		Bundle::Image::Info::Everything.3 \
		Bundle::Image::Info::PNG.3 \
		Bundle::Image::Info::SVG.3 \
		Bundle::Image::Info::XBM.3 \
		Bundle::Image::Info::XPM.3 \
		Image::Info.3 \
		Image::Info::BMP.3 \
		Image::Info::ICO.3 \
		Image::Info::PPM.3 \
		Image::Info::SVG.3 \
		Image::Info::TIFF.3 \
		Image::Info::WBMP.3 \
		Image::Info::XBM.3 \
		Image::Info::XPM.3

.include <bsd.port.mk>