diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-25 09:52:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-25 09:52:28 +0000 |
commit | 5fef5ce256b6f1e7ca8ec4eb0fa6634931f72d90 (patch) | |
tree | 81d04dbb37a62aa07ff08a0956f75a1d4ba68cf8 /databases | |
parent | 4ffeae330c637ab970e947ceee2b40f34a278bf7 (diff) | |
download | pkgsrc-5fef5ce256b6f1e7ca8ec4eb0fa6634931f72d90.tar.gz |
p5-DBIx-Class-Schema-Loader: remove unneeded dependency.
Ride update.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class-Schema-Loader/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile index ec33567106c..721320135df 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2018/03/25 09:51:09 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/03/25 09:52:28 wiz Exp $ DISTNAME= DBIx-Class-Schema-Loader-0.07049 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,6 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Config-Any-[0-9]*:../../devel/p5-Config-Any BUILD_DEPENDS+= p5-Config-General-[0-9]*:../../devel/p5-Config-General BUILD_DEPENDS+= p5-DBD-SQLite>=1.29:../../databases/p5-DBD-SQLite -BUILD_DEPENDS+= p5-DBIx-Class-IntrospectableM2M-[0-9]*:../../databases/p5-DBIx-Class-IntrospectableM2M #BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.07}:../../devel/p5-File-Path BUILD_DEPENDS+= p5-Moose>=1.1200:../../devel/p5-Moose BUILD_DEPENDS+= p5-MooseX-MarkAsMethods>=0.13:../../devel/p5-MooseX-MarkAsMethods |