aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Magick-Iterator/Makefile
blob: 4d181d79871ad102dd54234e643b6feca8fbd870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	Image-Magick-Iterator
PORTVERSION=	0.01
PORTREVISION=	9
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Sequentially read Image::Magick object from a filehandle

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	ImageMagick6>=0:graphics/ImageMagick6 \
		p5-Image-PBMlib>=1.05:graphics/p5-Image-PBMlib

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>