ports/graphics/p5-Image-Magick-Iterator/Makefile
Felix Palmen a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00

20 lines
469 B
Makefile

PORTNAME= Image-Magick-Iterator
PORTVERSION= 0.01
PORTREVISION= 11
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sequentially read Image::Magick object from a filehandle
WWW= https://metacpan.org/release/Image-Magick-Iterator
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Image-PBMlib>=1.05:graphics/p5-Image-PBMlib
USES= magick:build,run perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>