head	1.11;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.10.18.41.56;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.04.08.37.57;	author az;	state Exp;
branches;
next	1.8;

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

1.7
date	2009.02.14.22.23.12;	author skv;	state Exp;
branches;
next	1.6;

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

1.5
date	2008.04.17.14.26.36;	author araujo;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2003.03.07.06.02.04;	author ade;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	POE-Component-Client-FTP
# Date created:	   17 March 2002
# Whom:		   Sergey Skvortsov <skv@@FreeBSD.org>
#
# $FreeBSD: head/ftp/p5-POE-Component-Client-FTP/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	POE-Component-Client-FTP
PORTVERSION=	0.22
CATEGORIES=	ftp perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Implements an FTP client POE Component

BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
CONFIGURE_ENV=	PERL_MM_USE_DEFAULT=yes

MAN3=		POE::Component::Client::FTP.3

post-patch:
	@@${PERL} -pi -e '$$_="" if /^use warnings/; s/\x0d(?=\x0a)//;' \
		${WRKSRC}/FTP.pm

post-install:
.ifndef(NOPORTDOCS)
	@@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
	@@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.10
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@Pass maintainership of almost of my "p5-*" ports to "perl@@".

(I hope updating of them will be improved).
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
@


1.7
log
@Update to 0.22

Changes:	http://cpansearch.perl.org/src/BINGOS/POE-Component-Client-FTP-0.22/Changes
PR:		ports/131265
Submitted by:	lth
@
text
@d14 1
a14 1
MAINTAINER=	skv@@FreeBSD.org
@


1.6
log
@Update to 0.18
@
text
@d9 1
a9 1
PORTVERSION=	0.18
@


1.5
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.14
@


1.4
log
@Update to 0.14

Changes:	http://search.cpan.org/src/BINGOS/POE-Component-Client-FTP-0.14/Changes
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	POE
@


1.3
log
@Updated to 0.07

PR:	ports/52230
@
text
@d9 1
a9 1
PORTVERSION=	0.07
d22 1
d34 1
a34 1
	${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
@


1.2
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE
a20 1
PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
a22 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
d24 4
@


1.1
log
@Add p5-POE-Component-Client-FTP 0.05,
implements an FTP client POE
Component.
@
text
@d16 1
@

