diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-31 12:19:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-31 12:19:55 +0000 |
commit | 7bed2faa717bb0254059e14ba2111e0daf19abc7 (patch) | |
tree | a40104bb70f12a5ab54b8cb0212152cf9cf1ee80 /databases/p5-App-Sqitch | |
parent | 962f6fdc2eccf85dbbfbfcd9872b003d926906d3 (diff) | |
download | pkgsrc-7bed2faa717bb0254059e14ba2111e0daf19abc7.tar.gz |
Remove p5-constant. Included in perl since 5.004, and current CPAN version
is older than current version incuded in perl itself. No point in having
this separately as well.
Diffstat (limited to 'databases/p5-App-Sqitch')
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile index 5634f2ad646..a1a101732be 100644 --- a/databases/p5-App-Sqitch/Makefile +++ b/databases/p5-App-Sqitch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/11/23 14:18:03 schmonz Exp $ +# $NetBSD: Makefile,v 1.12 2015/01/31 12:19:55 wiz Exp $ DISTNAME= App-Sqitch-0.997 PKGNAME= p5-${DISTNAME} @@ -42,7 +42,6 @@ DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny DEPENDS+= p5-Type-Tiny-XS>=0.010:../../devel/p5-Type-Tiny-XS DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-URI-db>=0.15:../../www/p5-URI-db -DEPENDS+= {perl>=5.004,p5-constant-[0-9]*}:../../devel/p5-constant DEPENDS+= p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent DEPENDS+= {perl>=5.9.3,p5-Pod-Simple>=1.41}:../../textproc/p5-Pod-Simple |