pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Entropy



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jan 15 17:46:51 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Data-Entropy: Makefile

Log Message:
devel/p5-Data-Entropy: Drop explicit dependency on Module-Build

PERL5_MODULE_TYPE does that implicitly.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Data-Entropy/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-Data-Entropy/Makefile
diff -u pkgsrc/devel/p5-Data-Entropy/Makefile:1.2 pkgsrc/devel/p5-Data-Entropy/Makefile:1.3
--- pkgsrc/devel/p5-Data-Entropy/Makefile:1.2   Mon Jan 15 17:44:14 2024
+++ pkgsrc/devel/p5-Data-Entropy/Makefile       Mon Jan 15 17:46:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/01/15 17:44:14 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/15 17:46:51 gdt Exp $
 
 DISTNAME=      Data-Entropy-0.007
 PKGNAME=       p5-${DISTNAME}
@@ -10,7 +10,6 @@ HOMEPAGE=     https://metacpan.org/pod/Data:
 COMMENT=       Perl module to manage entropy sources
 LICENSE=       ${PERL5_LICENSE}
 
-TOOL_DEPENDS+= p5-Module-Build>=0:../../devel/p5-Module-Build
 TOOL_DEPENDS+= p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael
 DEPENDS+=      p5-Carp>=0:../../devel/p5-Carp
 DEPENDS+=      p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite



Home | Main Index | Thread Index | Old Index