head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.12.17.09.58.11;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.03.13.16.15.21;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2012.03.08.18.45.24;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2011.10.07.11.22.42;	author culot;	state Exp;
branches;
next	1.14;

1.14
date	2011.05.05.06.52.59;	author culot;	state Exp;
branches;
next	1.13;

1.13
date	2010.06.11.14.36.11;	author skv;	state Exp;
branches;
next	1.12;

1.12
date	2009.03.23.12.49.25;	author skv;	state Exp;
branches;
next	1.11;

1.11
date	2008.08.11.10.01.23;	author skv;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.24.12.17.03;	author skv;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.17.14.28.25;	author araujo;	state Exp;
branches;
next	1.8;

1.8
date	2008.01.15.22.28.34;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2007.09.08.01.03.58;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.27.19.44.37;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2006.10.04.13.49.12;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2006.09.18.16.01.43;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.12.11.41.16;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.26.16.36.39;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2004.11.05.13.45.19;	author skv;	state Exp;
branches;
next	;


desc
@@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309075
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309075 | az | 2012-12-17 09:54:03 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	POE-Component-SSLify
# Date created:	   05 November 2004
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/security/p5-POE-Component-SSLify/Makefile 309075 2012-12-17 09:54:03Z az $
#

PORTNAME=	POE-Component-SSLify
PORTVERSION=	1.008
CATEGORIES=	security perl5
MASTER_SITES=	CPAN/${PORTNAME:C/-.*//}/APOCAL
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Integrate SSL into POE

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \
		p5-POE>=1.267:${PORTSDIR}/devel/p5-POE \
		p5-Task-Weaken>=1.03:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		POE::Component::SSLify.3 \
		POE::Component::SSLify::ClientHandle.3 \
		POE::Component::SSLify::ServerHandle.3

.include <bsd.port.mk>
@


1.18
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/p5-POE-Component-SSLify/Makefile 300897 2012-07-14 14:29:18Z beat $
d31 1
a31 13
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500809
BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS+=	p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
.endif

.include <bsd.port.post.mk>
@


1.17
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d31 13
a43 1
.include <bsd.port.mk>
@


1.15
log
@- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@@olofsson.de>
@
text
@d31 1
a31 13
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500809
BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS+=	p5-IO>=1.28:${PORTSDIR}/devel/p5-IO
.endif

.include <bsd.port.post.mk>
@


1.14
log
@- Update to 1.008

PR:		ports/156822
Submitted by:	Jase Thew <freebsd@@beardz.net>
@
text
@d17 1
a18 1
LICENSE=	ART20 GPLv1
@


1.13
log
@- Update to 0.20 [1]
- Fix BUILD_DEPENDS
- Change maintainer to perl@@

Changes:	http://cpansearch.perl.org/src/APOCAL/POE-Component-SSLify-0.20/Changes
PR:		ports/147510 [1]
Submitted by:	Jase Thew <freebsd@@beardz.net> [1]
@
text
@d9 1
a9 1
PORTVERSION=	0.20
d11 1
a11 1
MASTER_SITES=	CPAN
d17 3
d21 3
a23 2
		p5-POE>=1.267:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS=	${BUILD_DEPENDS}
d31 13
a43 1
.include <bsd.port.mk>
@


1.12
log
@Update to 0.15

Changes:	http://cpansearch.perl.org/src/APOCAL/POE-Component-SSLify-0.15/Changes
PR:		ports/132572
Submitted by:	lth
@
text
@d9 1
a9 1
PORTVERSION=	0.15
d14 1
a14 1
MAINTAINER=	skv@@FreeBSD.org
d17 2
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay
@


1.11
log
@Update to 0.14

Changes:	http://search.cpan.org/src/APOCAL/POE-Component-SSLify-0.14/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.14
@


1.10
log
@Update to 0.13

Changes:	http://search.cpan.org/src/APOCAL/POE-Component-SSLify-0.13/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.13
@


1.9
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.10
@


1.8
log
@Update to 0.10

Changes:	http://search.cpan.org/src/APOCAL/POE-Component-SSLify-0.10/Changes
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/id/A/AP/APOCAL
@


1.7
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.08
@


1.6
log
@Update to 0.08

Changes:	http://search.cpan.org/src/APOCAL/POE-Component-SSLify-0.08/Changes
@
text
@d27 1
a27 8
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
	@@${PERL} -pi -e 's/^our (%\w+)/use vars qw($$1); $$1/;' \
		     -e '$$_ = "" if /use warnings/;' \
		$$(${FIND} ${WRKSRC} -name '*.pm')
.endif
.include <bsd.port.post.mk>
@


1.5
log
@Update to 0.06
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.4
log
@Update to 0.05

Changes:	http://search.cpan.org/src/APOCAL/POE-Component-SSLify-0.05/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.05
@


1.3
log
@Fix build on perl < 5.6

PR:		ports/87315
Submitted by:	lth
@
text
@d9 1
a9 1
PORTVERSION=	0.04
@


1.2
log
@Update to 0.04
@
text
@d27 8
a34 1
.include <bsd.port.mk>
@


1.1
log
@Add p5-POE-Component-SSLify 0.03, integrate SSL into POE.
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@

