mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Bump all consumers of ImageMagick ports after flavorizing them. Approved by: tcberner (mentor, implicit)
20 lines
469 B
Makefile
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>
|