diff options
author | leeym <leeym@FreeBSD.org> | 2009-05-01 09:39:27 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-05-01 09:39:27 +0800 |
commit | 8cb201d5cdb0d0bf31f7a2ce940b007a2bcc5a81 (patch) | |
tree | d1e89bd4b43ef0e62ed437f469e42493401e9c35 /net | |
parent | 9209197e15b94329590a6246c201a7fb40676422 (diff) | |
download | freebsd-ports-gnome-8cb201d5cdb0d0bf31f7a2ce940b007a2bcc5a81.tar.gz freebsd-ports-gnome-8cb201d5cdb0d0bf31f7a2ce940b007a2bcc5a81.tar.zst freebsd-ports-gnome-8cb201d5cdb0d0bf31f7a2ce940b007a2bcc5a81.zip |
- simplify dependency
- correct maintainers' email address
- bump PORTREVISION
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-FTP-File/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +BUILD_DEPENDS+= p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS+= p5-Net>=0:${PORTSDIR}/net/p5-Net +.endif + +.include <bsd.port.post.mk> |