diff options
author | wiz <wiz> | 2010-08-07 06:43:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-08-07 06:43:26 +0000 |
commit | b3d572da5eb9822cdf7b815bba16123e914b19f8 (patch) | |
tree | 0303943b34592a9a8174b64f2237d632b1bbe268 /devel | |
parent | b142b1f0503898a1796370b0826623e876382317 (diff) | |
download | pkgsrc-b3d572da5eb9822cdf7b815bba16123e914b19f8.tar.gz |
Add commented out test dependency on p5-Test-Inter as information.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Date-Manip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile index f1ac69a6f41..8a9fec4d10f 100644 --- a/devel/p5-Date-Manip/Makefile +++ b/devel/p5-Date-Manip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2010/08/07 06:41:04 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2010/08/07 06:43:26 wiz Exp $ # DISTNAME= Date-Manip-6.11 @@ -15,6 +15,8 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck +# only needed for tests +#DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews |