pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Inline-C



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 19 11:33:27 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Inline-C: Makefile

Log Message:
p5-Inline-C: update DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Inline-C/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-Inline-C/Makefile
diff -u pkgsrc/devel/p5-Inline-C/Makefile:1.13 pkgsrc/devel/p5-Inline-C/Makefile:1.14
--- pkgsrc/devel/p5-Inline-C/Makefile:1.13      Mon Jun 12 13:32:07 2017
+++ pkgsrc/devel/p5-Inline-C/Makefile   Fri Jan 19 11:33:27 2018
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2017/06/12 13:32:07 mef Exp $
+# $NetBSD: Makefile,v 1.14 2018/01/19 11:33:27 wiz Exp $
 
 DISTNAME=      Inline-C-0.78
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Inline/}
 
@@ -10,12 +11,12 @@ HOMEPAGE=   http://search.cpan.org/dist/In
 COMMENT=       Write Perl Subroutines in C
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Inline>=0.58:../../devel/p5-Inline
-DEPENDS+=      p5-Parse-RecDescent>=1.80:../../devel/p5-Parse-RecDescent
-DEPENDS+=      p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install
-DEPENDS+=      p5-Pegex>=0.55:../../devel/p5-Pegex
+BUILD_DEPENDS+=        p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install
+DEPENDS+=      p5-Inline>=0.79:../../devel/p5-Inline
+DEPENDS+=      p5-Parse-RecDescent>=1.967:../../devel/p5-Parse-RecDescent
+DEPENDS+=      p5-Pegex>=0.58:../../devel/p5-Pegex
+# TEST_DEPENDS
 BUILD_DEPENDS+=        p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
-BUILD_DEPENDS+=        p5-IO-All-[0-9]*:../../devel/p5-IO-All
 
 MAKE_ENV+=     PERL_MM_USE_DEFAULT=1
 



Home | Main Index | Thread Index | Old Index