diff options
Diffstat (limited to 'graphics/p5-Image-Size/Makefile')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 8 |
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 |