diff options
author | mef <mef@pkgsrc.org> | 2015-11-26 13:54:47 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-11-26 13:54:47 +0000 |
commit | 2dd7e47a7d4676c3bda8cf84b69f577c8121fa16 (patch) | |
tree | 1ae9479c58f0c24247f37d56fdad3c9f4b691556 /time | |
parent | f44d0ba37fdcd16f9bf0bce6e69cec1dc361fd4c (diff) | |
download | pkgsrc-2dd7e47a7d4676c3bda8cf84b69f577c8121fa16.tar.gz |
Add following line for make test
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Test-Time/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-Test-Time/Makefile b/time/p5-Test-Time/Makefile index 39853633263..8397886d1d8 100644 --- a/time/p5-Test-Time/Makefile +++ b/time/p5-Test-Time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/06/12 10:51:45 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/11/26 13:54:47 mef Exp $ DISTNAME= Test-Time-0.04 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ HOMEPAGE= http://search.cpan.org/~satoh/Test-Time/ COMMENT= Override time()/sleep() core functions for testing LICENSE= ${PERL5_LICENSE} +BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp + PERL5_PACKLIST= auto/Test/Time/.packlist .include "../../lang/perl5/module.mk" |