050c709638
pkgsrc changes: - Mark Test::Simple to be used from perl core, when possible Upstream changes: 3.220 Sunday November 8, 2009, 05:45:00 PM -0800 * lib/Image/Size.pm Small fix to the regex for detecting GIFs, per Slaven Rezic.
25 lines
738 B
Makefile
25 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.27 2010/02/25 17:29:41 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Image-Size-3.220
|
|
PKGNAME= p5-${DISTNAME:S/220/2.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/
|
|
COMMENT= Read the dimensions of an image in several popular formats
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.0,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/Image/Size/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|