pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/p5-Image-Sane



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 19 13:24:35 UTC 2021

Modified Files:
        pkgsrc/graphics/p5-Image-Sane: Makefile

Log Message:
p5-Image-Sane: p5-Ext* are build dependencies, mark as such

Add TEST_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/p5-Image-Sane/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/p5-Image-Sane/Makefile
diff -u pkgsrc/graphics/p5-Image-Sane/Makefile:1.2 pkgsrc/graphics/p5-Image-Sane/Makefile:1.3
--- pkgsrc/graphics/p5-Image-Sane/Makefile:1.2  Thu Aug 19 12:57:36 2021
+++ pkgsrc/graphics/p5-Image-Sane/Makefile      Thu Aug 19 13:24:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/19 12:57:36 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/19 13:24:35 wiz Exp $
 
 DISTNAME=      Image-Sane-5
 PKGNAME=       p5-${DISTNAME}
@@ -8,14 +8,15 @@ MASTER_SITES= https://cpan.metacpan.org/
 MAINTAINER=    bsiegert%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/pod/Image::Sane
 COMMENT=       Perl extension for the SANE (Scanner Access Now Easy)
-
-.include "../../lang/perl5/license.mk"
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Exception-Class>=0:../../devel/p5-Exception-Class
 DEPENDS+=      p5-Readonly>=0:../../devel/p5-Readonly
-DEPENDS+=      p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
-DEPENDS+=      p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig
+BUILD_DEPENDS+=        p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
+BUILD_DEPENDS+=        p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig
+TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+TEST_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
+TEST_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
 
 PERL5_PACKLIST=        auto/Image/Sane/.packlist
 



Home | Main Index | Thread Index | Old Index