2013-09-11 14:59:14 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-12-09 03:37:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image-Magick-Iterator
|
|
|
|
PORTVERSION= 0.01
|
2017-09-28 17:36:31 +02:00
|
|
|
PORTREVISION= 8
|
2006-12-09 03:37:26 +01:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2006-12-09 03:37:26 +01:00
|
|
|
COMMENT= Sequentially read Image::Magick object from a filehandle
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= ImageMagick>=0:graphics/ImageMagick \
|
|
|
|
p5-Image-PBMlib>=1.05:graphics/p5-Image-PBMlib
|
2014-07-31 12:05:26 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-12-09 03:37:26 +01:00
|
|
|
|
2015-10-03 19:08:16 +02:00
|
|
|
NO_ARCH= yes
|
2013-09-11 14:59:14 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 12:05:26 +02:00
|
|
|
USES= perl5
|
2006-12-09 03:37:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|