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


1.8
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.31.09.26.40;	author jadawin;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.21.04.44.41;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.06.08.21.23;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.10.20.14.16.29;	author jadawin;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.16.21.54.09;	author bapt;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.25.15.14.28;	author bapt;	state Exp;
branches;
next	1.1;

1.1
date	2010.12.02.13.55.59;	author wen;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Net-FTPSSL
# Date created:				1st Dec, 2010
# Whom:	      				Wen Heping <wen@@FreeBSD.org>
#
# $FreeBSD: head/ftp/p5-Net-FTPSSL/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	Net-FTPSSL
PORTVERSION=	0.22
CATEGORIES=	ftp perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A FTP over SSL/TLS class

BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.08:${PORTSDIR}/security/p5-IO-Socket-SSL \
		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Net::FTPSSL.3

.include <bsd.port.mk>
@


1.7
log
@- Update to 0.22
- Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.22/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.21

Changes:	http://search.cpan.org/dist/Net-FTPSSL/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.21
@


1.5
log
@- Update to 0.20
- Pet portlint

Changes:	http://search.cpan.org/dist/Net-FTPSSL/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.20
@


1.4
log
@- Update to 0.19
- Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.19/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.19
d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@- update to 0.18
- changes: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.18/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.18
@


1.2
log
@- update to 0.17
- changes: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.17/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.17
@


1.1
log
@Net::FTPSSL is a class implementing a simple FTP client over a Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) connection written
in Perl as described in RFC959 and RFC2228. It will use TLS by default.

WWW: http://search.cpan.org/dist/Net-FTPSSL/
@
text
@d9 1
a9 1
PORTVERSION=	0.16
@

