22 lines
494 B
Makefile
22 lines
494 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image-Magick-Iterator
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 7
|
|
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>
|