diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-23 12:21:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-23 12:21:17 +0000 |
commit | 685ae3eae29aaccc6c8f33bce0ae8fe2de836048 (patch) | |
tree | 482194e65e1f4a1020ef23c87b53c3e206a96f96 /www/p5-Protocol-HTTP2/Makefile | |
parent | a06fd3fb0dd3f096193bcf5bb4533ad73c66c97b (diff) |
Notes
Diffstat (limited to 'www/p5-Protocol-HTTP2/Makefile')
-rw-r--r-- | www/p5-Protocol-HTTP2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-Protocol-HTTP2/Makefile b/www/p5-Protocol-HTTP2/Makefile index bd43d7826b90..3b863a094805 100644 --- a/www/p5-Protocol-HTTP2/Makefile +++ b/www/p5-Protocol-HTTP2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Protocol-HTTP2 -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CRUX @@ -17,8 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-Net-SSLeay>=1.45:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 |