diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-10 15:10:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-10 15:10:28 +0000 |
commit | 3755899be9e4099047b99a4dda9e1152d3dee866 (patch) | |
tree | eec4ae805e17a100e0ca1a73cc7a7d62c8ac817e /security/p5-IO-Async-SSL/Makefile | |
parent | 68159c25e2b5007079b45f7408d1a08057d0d148 (diff) | |
download | ports-3755899be9e4099047b99a4dda9e1152d3dee866.tar.gz ports-3755899be9e4099047b99a4dda9e1152d3dee866.zip |
Notes
Diffstat (limited to 'security/p5-IO-Async-SSL/Makefile')
-rw-r--r-- | security/p5-IO-Async-SSL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-IO-Async-SSL/Makefile b/security/p5-IO-Async-SSL/Makefile index f604f8fe0ea0..c5d52371f99b 100644 --- a/security/p5-IO-Async-SSL/Makefile +++ b/security/p5-IO-Async-SSL/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Async-SSL -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -14,7 +14,7 @@ COMMENT= Use SSL/TLS with IO::Async LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-Async>=0.54:${PORTSDIR}/devel/p5-IO-Async\ +BUILD_DEPENDS= p5-IO-Async>=0.59:${PORTSDIR}/devel/p5-IO-Async\ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA RUN_DEPENDS:= ${BUILD_DEPENDS} |