summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Size
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
committerobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
commitc1522519b646750987810a08413a83d66de13537 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /graphics/p5-Image-Size
parent69575166e088e2a3bca09925d372c98adf66202a (diff)
downloadpkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'graphics/p5-Image-Size')
-rw-r--r--graphics/p5-Image-Size/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile
index c45b22e56c0..fadf172ce91 100644
--- a/graphics/p5-Image-Size/Makefile
+++ b/graphics/p5-Image-Size/Makefile
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.34 2013/05/31 12:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2013/12/09 14:17:47 obache Exp $
#
DISTNAME= Image-Size-3.232
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5isi
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Size/
+HOMEPAGE= http://search.cpan.org/dist/Image-Size/
COMMENT= Read the dimensions of an image in several popular formats
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
-DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib
BUILD_DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple