pkgsrc/graphics/p5-Image-Info/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

22 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:21 jlam Exp $
#
DISTNAME= Image-Info-1.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iin
PKGREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Info/
COMMENT= Perl module to extract meta information from images
DEPENDS+= p5-IO-String>=1.03:../../devel/p5-IO-String
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Image/Info/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"