From 8cb201d5cdb0d0bf31f7a2ce940b007a2bcc5a81 Mon Sep 17 00:00:00 2001 From: leeym Date: Fri, 1 May 2009 01:39:27 +0000 Subject: - simplify dependency - correct maintainers' email address - bump PORTREVISION --- net/p5-Net-FTP-File/Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'net') diff --git a/net/p5-Net-FTP-File/Makefile b/net/p5-Net-FTP-File/Makefile index 4ff9a9760c13..2eb4f4001a4d 100644 --- a/net/p5-Net-FTP-File/Makefile +++ b/net/p5-Net-FTP-File/Makefile @@ -7,18 +7,23 @@ PORTNAME= Net-FTP-File PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perls@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for simplifying FTP file operations -BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${BUILD_DEPENDS} - MAN3= Net::FTP::File.3 PERL_CONFIGURE= yes -.include +.include + +.if ${PERL_LEVEL} < 500703 +BUILD_DEPENDS+= p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS+= p5-Net>=0:${PORTSDIR}/net/p5-Net +.endif + +.include -- cgit