pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Syntax-Keyword-Try



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  8 21:10:42 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Syntax-Keyword-Try: Makefile

Log Message:
p5-Syntax-Keyword-Try: Use p5-XS-Parse-Keyword/buildlink3.mk to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Syntax-Keyword-Try/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-Syntax-Keyword-Try/Makefile
diff -u pkgsrc/devel/p5-Syntax-Keyword-Try/Makefile:1.1 pkgsrc/devel/p5-Syntax-Keyword-Try/Makefile:1.2
--- pkgsrc/devel/p5-Syntax-Keyword-Try/Makefile:1.1     Sat Feb  3 18:49:53 2024
+++ pkgsrc/devel/p5-Syntax-Keyword-Try/Makefile Mon Jul  8 21:10:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/02/03 18:49:53 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/08 21:10:42 wiz Exp $
 
 DISTNAME=              Syntax-Keyword-Try-0.29
 PKGNAME=               p5-${DISTNAME}
@@ -10,11 +10,11 @@ HOMEPAGE=           https://metacpan.org/pod/Synt
 COMMENT=               Add try/catch/finally syntax to Perl
 LICENSE=               ${PERL5_LICENSE}
 
-DEPENDS+=              p5-XS-Parse-Keyword>=0.06:../../devel/p5-XS-Parse-Keyword
 TEST_DEPENDS+=         p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
 
 PERL5_PACKLIST=                auto/Syntax/Keyword/Try/.packlist
 PERL5_MODULE_TYPE=     Module::Build
 
+.include "../../devel/p5-XS-Parse-Keyword/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index