diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2012-01-19 09:28:40 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2012-01-19 09:28:40 +0000 |
commit | b2bedc86b15a6c1485c643f1d52f64df374301a7 (patch) | |
tree | 99a823139ea10f670177265a06e6424c5799451d /net/p5-Net-Twitter/Makefile | |
parent | 5d00ac1ffc6f7cb9100e26028d34b01dc8afc4ce (diff) | |
download | pkgsrc-b2bedc86b15a6c1485c643f1d52f64df374301a7.tar.gz |
Updated DEPENDS to match with the "requires" section of META.yml.
Problem and fixes are reported in PR pkg/45821.
Diffstat (limited to 'net/p5-Net-Twitter/Makefile')
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index a91b91a5dab..e3d3b90a0f3 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2011/11/28 13:04:54 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.15 2012/01/19 09:28:40 hiramatsu Exp $ # DISTNAME= Net-Twitter-3.18001 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -13,17 +14,20 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-Crypt-SSLeay>=0.5:../../security/p5-Crypt-SSLeay DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor DEPENDS+= p5-DateTime>=0.5100:../../time/p5-DateTime DEPENDS+= p5-DateTime-Format-Strptime>=1.0900:../../time/p5-DateTime-Format-Strptime +DEPENDS+= p5-Devel-StackTrace>=1.21:../../devel/p5-Devel-StackTrace +DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-JSON-Any>=1.21:../../converters/p5-JSON-Any DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose -DEPENDS+= p5-MooseX-MultiInitArg-[0-9]*:../../devel/p5-MooseX-MultiInitArg +DEPENDS+= p5-MooseX-Aliases-[0-9]*:../../devel/p5-MooseX-Aliases DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net -DEPENDS+= p5-Net-OAuth>=0.20:../../net/p5-Net-OAuth +DEPENDS+= p5-Net-OAuth>=0.25:../../net/p5-Net-OAuth DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-URI>=1.40:../../www/p5-URI DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww |