pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/p5-Image-Sane p5-Image-Sane: p5-Ext* are buil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad4f2c0ed96b
branches: trunk
changeset: 457160:ad4f2c0ed96b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 19 13:24:35 2021 +0000
description:
p5-Image-Sane: p5-Ext* are build dependencies, mark as such
Add TEST_DEPENDS.
diffstat:
graphics/p5-Image-Sane/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 32eab64460ae -r ad4f2c0ed96b graphics/p5-Image-Sane/Makefile
--- a/graphics/p5-Image-Sane/Makefile Thu Aug 19 12:57:36 2021 +0000
+++ b/graphics/p5-Image-Sane/Makefile Thu Aug 19 13:24:35 2021 +0000
@@ -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 @@
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