summaryrefslogtreecommitdiff
path: root/ftp/p5-POE-Component-Client-FTP/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2008-02-07 14:58:43 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2008-02-07 14:58:43 +0000
commit6249fa17b631d1f07077e7a3cd1552c971c29c56 (patch)
tree026a1f1ce1e2a3dbf68c652f0d9db156123b36c0 /ftp/p5-POE-Component-Client-FTP/Makefile
parentUpdate to 1.02 (diff)
Update to 0.14
Changes: http://search.cpan.org/src/BINGOS/POE-Component-Client-FTP-0.14/Changes
Notes
Notes: svn path=/head/; revision=206842
Diffstat (limited to 'ftp/p5-POE-Component-Client-FTP/Makefile')
-rw-r--r--ftp/p5-POE-Component-Client-FTP/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/p5-POE-Component-Client-FTP/Makefile b/ftp/p5-POE-Component-Client-FTP/Makefile
index 70ed4390cb34..99c247c26b41 100644
--- a/ftp/p5-POE-Component-Client-FTP/Makefile
+++ b/ftp/p5-POE-Component-Client-FTP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= POE-Component-Client-FTP
-PORTVERSION= 0.07
+PORTVERSION= 0.14
CATEGORIES= ftp perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes
MAN3= POE::Component::Client::FTP.3
@@ -30,7 +31,7 @@ post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>