diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-13 18:55:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-13 18:55:20 +0000 |
commit | 341a3caed5231fb2093421141f28952fb2d3020a (patch) | |
tree | 7de943fabc95d8d16111bfe42bf8931a42f119f6 /net/p5-Net-HTTPS-NB | |
parent | d39f5cd06e3b9eff6dec43bc7686eeab063022b1 (diff) | |
download | ports-341a3caed5231fb2093421141f28952fb2d3020a.tar.gz ports-341a3caed5231fb2093421141f28952fb2d3020a.zip |
Notes
Diffstat (limited to 'net/p5-Net-HTTPS-NB')
-rw-r--r-- | net/p5-Net-HTTPS-NB/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-HTTPS-NB/distinfo | 4 |
2 files changed, 9 insertions, 17 deletions
diff --git a/net/p5-Net-HTTPS-NB/Makefile b/net/p5-Net-HTTPS-NB/Makefile index 27affa6ae91c..5d5c5c437a84 100644 --- a/net/p5-Net-HTTPS-NB/Makefile +++ b/net/p5-Net-HTTPS-NB/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-HTTPS-NB -# Date created: 2012-03-13 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-HTTPS-NB -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,19 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Non-blocking HTTPS client +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-IO-Socket-SSL>=0.98:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP -RUN_DEPENDS= p5-IO-Socket-SSL>=0.98:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::HTTPS::NB.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/p5-Net-HTTPS-NB/distinfo b/net/p5-Net-HTTPS-NB/distinfo index 2c755396e000..2549660e7281 100644 --- a/net/p5-Net-HTTPS-NB/distinfo +++ b/net/p5-Net-HTTPS-NB/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-HTTPS-NB-0.12.tar.gz) = 16c12fc3d6bd957ce8d29896826101f77a8e4711e6cb5e06aec699f2cb6dc575 -SIZE (Net-HTTPS-NB-0.12.tar.gz) = 4808 +SHA256 (Net-HTTPS-NB-0.13.tar.gz) = e8ea78f83466d3c09bf5f1f0a03528094ae0b2151e9e99dcf58bb04b777d3a5f +SIZE (Net-HTTPS-NB-0.13.tar.gz) = 5299 |