opnsense-ports/graphics/p5-Image-Magick-Iterator/Makefile
Franco Fichtner 21c6d0536f */*: sync with upstream
Taken from: HardenedBSD
2017-10-01 16:16:38 +02:00

22 lines
494 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Image-Magick-Iterator
PORTVERSION= 0.01
PORTREVISION= 8
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sequentially read Image::Magick object from a filehandle
BUILD_DEPENDS= ImageMagick>=0:graphics/ImageMagick \
p5-Image-PBMlib>=1.05:graphics/p5-Image-PBMlib
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>