diff options
author | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 23:39:36 +0800 |
commit | 2d740bd25468abde2d241c34999818979bbb628d (patch) | |
tree | 2c777b510bf113de76c97e52fd4dfebf505c8e6e /ftp | |
parent | 76f2350775aaf609876abb739dd47fe9f66b20ea (diff) | |
download | freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.gz freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.tar.zst freebsd-ports-gnome-2d740bd25468abde2d241c34999818979bbb628d.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-File-Fetch/Makefile | 12 | ||||
-rw-r--r-- | ftp/p5-Net-FTPServer/Makefile | 8 |
2 files changed, 2 insertions, 18 deletions
diff --git a/ftp/p5-File-Fetch/Makefile b/ftp/p5-File-Fetch/Makefile index 171a1948270f..3e0276ed0c39 100644 --- a/ftp/p5-File-Fetch/Makefile +++ b/ftp/p5-File-Fetch/Makefile @@ -21,14 +21,4 @@ PERL_CONFIGURE= yes MAN3= File::Fetch.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \ - p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ - p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check -RUN_DEPENDS:= ${BUILD_DEPENDS} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/ftp/p5-Net-FTPServer/Makefile b/ftp/p5-Net-FTPServer/Makefile index a88eae4eb9d2..72d6c8487df7 100644 --- a/ftp/p5-Net-FTPServer/Makefile +++ b/ftp/p5-Net-FTPServer/Makefile @@ -55,12 +55,6 @@ DOCS= FAQ README TODO doc/* PORTDOCS= * PORTEXAMPLES= ftpd.conf -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - post-patch: @${REINPLACE_CMD} -e "s/root,root/root,wheel/" \ -e "s,/usr/sbin,${PREFIX}/sbin," \ @@ -81,4 +75,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |