pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Signal-Mask



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Sep 20 12:37:51 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Signal-Mask: Makefile

Log Message:
For make test, add BUILD_DEPENDS+=  p5-IPC-Signal-[0-9]*:../../devel/p5-IPC-Signal


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Signal-Mask/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-Signal-Mask/Makefile
diff -u pkgsrc/devel/p5-Signal-Mask/Makefile:1.3 pkgsrc/devel/p5-Signal-Mask/Makefile:1.4
--- pkgsrc/devel/p5-Signal-Mask/Makefile:1.3    Wed Jun  8 19:23:30 2016
+++ pkgsrc/devel/p5-Signal-Mask/Makefile        Tue Sep 20 12:37:51 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 19:23:30 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/20 12:37:51 mef Exp $
 
 DISTNAME=      Signal-Mask-0.008
 PKGNAME=       p5-${DISTNAME}
@@ -12,6 +12,9 @@ HOMEPAGE=     https://metacpan.org/pod/Signa
 COMMENT=       Signal::Mask - Signal masks made easy
 LICENSE=       ${PERL5_LICENSE}
 
+# for make test
+BUILD_DEPENDS+=        p5-IPC-Signal-[0-9]*:../../devel/p5-IPC-Signal
+
 PERL5_PACKLIST=        auto/Signal/Mask/.packlist
 
 # url2pkg-marker (please do not remove this line.)



Home | Main Index | Thread Index | Old Index