head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2012.06.30.12.36.11;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2011.08.24.12.27.42;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2010.12.22.18.38.32;	author mat;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	POE-Filter-SSL
# Date created:	   December 22, 2010
# Whom:		   mat
#
# $FreeBSD: head/security/p5-POE-Filter-SSL/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	POE-Filter-SSL
PORTVERSION=	0.24
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PRIVI
PKGNAMEPREFIX=	p5-

MAINTAINER=	mat@@FreeBSD.org
COMMENT=	The easiest and flexiblest way to SSL in POEIntegrate SSL into POE

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-POE>=0:${PORTSDIR}/devel/p5-POE \
		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-POE>=0:${PORTSDIR}/devel/p5-POE

WRKSRC=	${WRKDIR}

PERL_CONFIGURE=	yes

MAN3=		POE::Filter::SSL.3

.include <bsd.port.mk>
@


1.3
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Update to 0.24
Add license

PR:		ports/159388
Submitted by:	Jase Thew <freebsd@@beardz.net>
@
text
@d21 7
a27 7
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
		${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE \
		${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
		${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE
@


1.1
log
@This module allows to secure connections of POE::Wheel::ReadWrite with OpenSSL
by a POE::Filter object, and behaves (beside of SSLing) as POE::Filter::Stream.
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d12 1
d18 3
d29 2
@

