2013-06-13 20:55:20 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2012-03-13 07:44:13 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-HTTPS-NB
|
2013-06-13 20:55:20 +02:00
|
|
|
PORTVERSION= 0.13
|
2012-03-13 07:44:13 +01:00
|
|
|
CATEGORIES= net www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Non-blocking HTTPS client
|
|
|
|
|
2013-06-13 20:55:20 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-03-13 07:44:13 +01:00
|
|
|
BUILD_DEPENDS= p5-IO-Socket-SSL>=0.98:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
|
|
|
p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP
|
2013-06-13 20:55:20 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-03-13 07:44:13 +01:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2012-03-13 07:44:13 +01:00
|
|
|
|
2013-06-13 20:55:20 +02:00
|
|
|
.include <bsd.port.mk>
|