diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-04 13:45:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-04 13:45:13 +0000 |
commit | 3ae3a658f2302242c85d797c2cbe97bd41fff44c (patch) | |
tree | 18139c0f1b7479ce7fcde3dee211fa82aa8e25fc /databases/p5-DBICx-MapMaker | |
parent | 47dd3dc4a4eb44dc06c2a8bd1482d863418d2fcf (diff) | |
download | pkgsrc-3ae3a658f2302242c85d797c2cbe97bd41fff44c.tar.gz |
*: remove p5-Test-Simple, part of perl
Diffstat (limited to 'databases/p5-DBICx-MapMaker')
-rw-r--r-- | databases/p5-DBICx-MapMaker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBICx-MapMaker/Makefile b/databases/p5-DBICx-MapMaker/Makefile index 7b015df0cbb..1d8205d941d 100644 --- a/databases/p5-DBICx-MapMaker/Makefile +++ b/databases/p5-DBICx-MapMaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/08/31 18:07:00 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/09/04 13:45:13 wiz Exp $ DISTNAME= DBICx-MapMaker-0.03 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,6 @@ PERL5_PACKLIST= auto/DBICx/MapMaker/.packlist BUILD_DEPENDS+= p5-DBICx-TestDatabase-[0-9]*:../../databases/p5-DBICx-TestDatabase BUILD_DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class -BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose .include "../../lang/perl5/module.mk" |