pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-POE



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Apr  9 02:59:26 UTC 2017

Modified Files:
        pkgsrc/devel/p5-POE: Makefile

Log Message:
+ BUILD_DEPENDS+= p5-Email-MIME-RFC2047-[0-9]*, for make test


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-POE/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-POE/Makefile
diff -u pkgsrc/devel/p5-POE/Makefile:1.33 pkgsrc/devel/p5-POE/Makefile:1.34
--- pkgsrc/devel/p5-POE/Makefile:1.33   Wed Jun  8 19:23:21 2016
+++ pkgsrc/devel/p5-POE/Makefile        Sun Apr  9 02:59:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/06/08 19:23:21 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/04/09 02:59:26 mef Exp $
 
 DISTNAME=      POE-1.367
 PKGNAME=       p5-${DISTNAME}
@@ -25,6 +25,9 @@ DEPENDS+=     p5-URI>=1.30:../../www/p5-URI
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-IO-Pipely>=0.005:../../devel/p5-IO-Pipely
 
+# for make test
+BUILD_DEPENDS+=        p5-Email-MIME-RFC2047-[0-9]*:../../mail/p5-Email-MIME-RFC2047
+
 MAKE_PARAMS+=  --default
 PERL5_PACKLIST=        auto/POE/.packlist
 



Home | Main Index | Thread Index | Old Index