pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Data-Float
Module Name: pkgsrc
Committed By: gdt
Date: Mon Jan 15 17:50:23 UTC 2024
Added Files:
pkgsrc/devel/p5-Data-Float: Makefile
Log Message:
devel/p5-Data-Float: Drop BUILD_DEPENDS
They should have been once, TOOL, and omitted due to implicit
Module::Build.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-Float/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Data-Float/Makefile
diff -u /dev/null pkgsrc/devel/p5-Data-Float/Makefile:1.1
--- /dev/null Mon Jan 15 17:50:23 2024
+++ pkgsrc/devel/p5-Data-Float/Makefile Mon Jan 15 17:50:23 2024
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2024/01/15 17:50:23 gdt Exp $
+
+DISTNAME= Data-Float-0.013
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Data::Float
+COMMENT= Perl module for floating point data
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Carp>=0:../../devel/p5-Carp
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Data/Float/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index