freebsd-ports/graphics/p5-Image-Magick-Iterator/Makefile

27 lines
625 B
Makefile
Raw Normal View History

# 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
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>