pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Net-HTTP Add comments on necessary DEPENDS for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/815d9e18ad0a
branches:  trunk
changeset: 648697:815d9e18ad0a
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Mar 17 06:21:04 2015 +0000

description:
Add comments on necessary DEPENDS for test.

diffstat:

 www/p5-Net-HTTP/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 43fd6415083a -r 815d9e18ad0a www/p5-Net-HTTP/Makefile
--- a/www/p5-Net-HTTP/Makefile  Tue Mar 17 06:00:07 2015 +0000
+++ b/www/p5-Net-HTTP/Makefile  Tue Mar 17 06:21:04 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/08/14 14:45:21 wen Exp $
+# $NetBSD: Makefile,v 1.12 2015/03/17 06:21:04 mef Exp $
 
 DISTNAME=      Net-HTTP-6.07
 PKGNAME=       p5-${DISTNAME}
@@ -10,6 +10,9 @@
 COMMENT=       Perl 5 module for low-level HTTP connections (client)
 LICENSE=       ${PERL5_LICENSE}
 
+#necessary for test
+# DEPENDS+=    p5-URI-[0-9]*:../../www/p5-URI
+
 CONFLICTS+=    p5-libwww<6.00
 
 USE_LANGUAGES= # empty



Home | Main Index | Thread Index | Old Index