diff options
Diffstat (limited to 'net/p5-Net-GitHub/Makefile')
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index d2f5de9d0f2d..0895d7219483 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-GitHub -DISTVERSION= 0.72 +DISTVERSION= 0.73 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND @@ -14,15 +14,14 @@ COMMENT= Perl interface to github.com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ - p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ - p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ +BUILD_DEPENDS= p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-JSON-MaybeXS>=0:${PORTSDIR}/converters/p5-JSON-MaybeXS \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule USES= perl5 USE_PERL5= configure |