pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Params-ValidationCompiler
Module Name: pkgsrc
Committed By: wiz
Date: Sat Oct 1 12:54:08 UTC 2016
Modified Files:
pkgsrc/devel/p5-Params-ValidationCompiler: Makefile
Log Message:
Add some missing DEPENDS.
Add some missing test dependencies, mostly commented out since not
yet packaged.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Params-ValidationCompiler/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-Params-ValidationCompiler/Makefile
diff -u pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.1 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.2
--- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.1 Sun Sep 18 06:32:17 2016
+++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile Sat Oct 1 12:54:08 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2016/09/18 06:32:17 mef Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/01 12:54:08 wiz Exp $
DISTNAME= Params-ValidationCompiler-0.13
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
@@ -10,6 +11,15 @@ HOMEPAGE= http://search.cpan.org/CPAN/au
COMMENT= Build an optimized subroutine parameter validator once, use it forever
LICENSE= artistic-2.0
+DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
+DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
+# TEST_DEPENDS
+BUILD_DEPENDS+= p5-Specio>=0.14:../../devel/p5-Specio
+#BUILD_DEPENDS+= p5-Test2-Bundle-Extended-[0-9]*:../../devel/p5-Test2-Bundle-Extended
+#BUILD_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
+#BUILD_DEPENDS+= p5-Test2-Require-Module-[0-9]*:../../devel/p5-Test2-Require-Module
+#BUILD_DEPENDS+= p5-Test-More>=1.302015:../../devel/p5-Test-More
+
PERL5_PACKLIST= auto/Params/ValidationCompiler/.packlist
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index