diff options
author | wiz <wiz> | 2013-11-24 09:57:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-11-24 09:57:02 +0000 |
commit | fb4cecee6d4c430e4eba164101dcb6b6ce04d2dd (patch) | |
tree | 7454480abd0b02e5a802849b4bb0b9ba8fc726e7 /www/p5-URI-Fetch | |
parent | 3ff8b384afaf580fe7d37a5e2f1d46447c9250ac (diff) | |
download | pkgsrc-fb4cecee6d4c430e4eba164101dcb6b6ce04d2dd.tar.gz |
Comment out p5-Storable dependency; included in perl since 5.7.3.
Diffstat (limited to 'www/p5-URI-Fetch')
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index d266776a0e8..62ffac13b3f 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:52 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2013/11/24 09:57:04 wiz Exp $ DISTNAME= URI-Fetch-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5urf CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} @@ -16,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress -DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI USE_LANGUAGES= # empty |