b9aebc55b7
2019-10-19 Slaven Rezic <slaven@rezic.de> Release 1.42 Stable release with all changes in 1.41_50 2019-10-16 Slaven Rezic <slaven@rezic.de> Release 1.41_50 Support for WEBP files (RT #130529) (by Nicolas Clark) Cease a warning (by H.Merijn Brand) Various minor test and CI polishing
20 lines
637 B
Makefile
20 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.51 2020/09/07 11:23:03 wiz Exp $
|
|
|
|
DISTNAME= Image-Info-1.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Image-Info
|
|
COMMENT= Perl module to extract meta information from images
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# missing recommends: Image::Xpm, Image::Xbm
|
|
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
|
|
#DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
|
|
|
PERL5_PACKLIST= auto/Image/Info/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|