d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
27 lines
732 B
Makefile
27 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.34 2013/05/31 12:41:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Image-Size-3.232
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
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
|
|
|
|
REPLACE_PERL+= imgsize
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|