4f3dde191d
We should not rely on this. Reported by: Jarrod Sayers <jarrod at downtools.com.au> Pointy hat: az@
26 lines
625 B
Makefile
26 lines
625 B
Makefile
# 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
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
|
p5-Image-PBMlib>=0:${PORTSDIR}/graphics/p5-Image-PBMlib
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Image::Magick::Iterator.3 Image::Magick::Iterator::PPM.3
|
|
|
|
.include <bsd.port.mk>
|