head	1.6;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2013.03.09.19.43.47;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2013.02.21.17.52.10;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.08.14.18.19.34;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.09.03.17;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.07.11.40.06;	author dhn;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313749
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: <ports@@c0decafe.net>
# $FreeBSD: head/security/p5-IO-Async-SSL/Makefile 313749 2013-03-09 19:25:13Z sunpoet $

PORTNAME=	IO-Async-SSL
PORTVERSION=	0.08
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PEVANS
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
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\
		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
		p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	${LOCALBASE}/bin/socat:${PORTSDIR}/net/socat \
		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod

PERL_CONFIGURE=	yes

MAN3=		IO::Async::SSL.3 \
		IO::Async::SSLStream.3

.include <bsd.port.mk>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312730
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/p5-IO-Async-SSL/Makefile 312730 2013-02-21 17:17:54Z sunpoet $
d5 1
a5 1
PORTVERSION=	0.06
d14 6
a19 2
BUILD_DEPENDS=	p5-IO-Async>=0.29:${PORTSDIR}/devel/p5-IO-Async\
		p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
d21 2
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-IO-Async-SSL
# Date created:		2011-03-07
# Whom:			<ports@@c0decafe.net>
#
# $FreeBSD: head/security/p5-IO-Async-SSL/Makefile 302528 2012-08-14 18:19:34Z tabthorpe $
#
d11 1
a11 1
MAINTAINER=	ports@@FreeBSD.org
d14 1
a14 1
RUN_DEPENDS=	p5-IO-Async>=0.29:${PORTSDIR}/devel/p5-IO-Async\
d16 1
d20 2
a21 1
MAN3=	IO::Async::SSLStream.3 IO::Async::SSL.3
@


1.3
log
@SVN rev 302528 on 2012-08-14 18:19:34Z by tabthorpe

- Reassign ports to the heap due to a mail bounce

With hat:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d15 1
a15 1
MAINTAINER=	ports@@c0decafe.net
@


1.1
log
@This module extends existing IO::Async classes with extra methods to
allow the use of SSL or TLS-based connections using IO::Socket::SSL.

WWW:	http://search.cpan.org/dist/IO-Async-SSL/

PR:		ports/155336
Submitted by:	"ports@@c0decafe.net" <ports@@c0decafe.net>
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/P/PE/PEVANS
@

