Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2004 15:43:23 +0100
From:      Lars Thegler <lars@thegler.dk>
To:        Erwin Lansing <erwin@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/62398: [PATCH] devel/p5-AppConfig: update to 1.56, take maintainership
Message-ID:  <4023A80B.6070502@thegler.dk>
In-Reply-To: <200402060949.i169nUt9039804@freefall.freebsd.org>
References:  <200402060949.i169nUt9039804@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------050204090602000603060704
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Erwin Lansing wrote:
> Should Test::Simple be added as a dependencies or are you sure
> it is only used by make test?

Please apply attached patch.

--------------050204090602000603060704
Content-Type: text/plain;
 name="p5-AppConfig.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="p5-AppConfig.diff"

diff -ru p5-AppConfig.previous/Makefile p5-AppConfig/Makefile
--- p5-AppConfig.previous/Makefile	Fri Feb  6 15:33:54 2004
+++ p5-AppConfig/Makefile	Fri Feb  6 15:42:35 2004
@@ -15,6 +15,9 @@
 MAINTAINER=	lars@thegler.dk
 COMMENT=	A Perl module for reading configuration files
 
+BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	YES
 
 MAN3=		AppConfig.3 \

--------------050204090602000603060704--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4023A80B.6070502>