2006-12-09 03:37:26 +01:00
|
|
|
# New ports collection makefile for: p5-Image-Magick-Iterator
|
|
|
|
# Date created: 2006-11-12
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Image-Magick-Iterator
|
|
|
|
PORTVERSION= 0.01
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
2006-12-09 03:37:26 +01:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= Image
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Sequentially read Image::Magick object from a filehandle
|
|
|
|
|
2012-07-03 19:38:41 +02:00
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
2012-06-30 07:52:54 +02:00
|
|
|
p5-Image-PBMlib>=0:${PORTSDIR}/graphics/p5-Image-PBMlib
|
2006-12-09 03:37:26 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Image::Magick::Iterator.3 Image::Magick::Iterator::PPM.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|