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 /net/p5-SOAP-Lite | |
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 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index d87c376c7f5..d6637bec589 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/29 23:37:11 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2015/01/31 12:19:56 wiz Exp $ DISTNAME= SOAP-Lite-1.11 PKGNAME= p5-${DISTNAME} @@ -24,7 +24,6 @@ DEPENDS+= {perl>=5.10,p5-Net>=0}:../../net/p5-Net DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser -DEPENDS+= {perl>=5.10.1,p5-constant>=1.14}:../../devel/p5-constant DEPENDS+= p5-libwww>=0:../../www/p5-libwww DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version |