diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 11:56:17 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 11:56:17 +0000 |
commit | a74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /ftp/profxp/Makefile | |
parent | e4ceaa901bf22ed58f8d80e942449d482ccfbb7e (diff) | |
download | ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.tar.gz ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.zip |
Notes
Diffstat (limited to 'ftp/profxp/Makefile')
-rw-r--r-- | ftp/profxp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile index 9206db9334e0..96484f76353d 100644 --- a/ftp/profxp/Makefile +++ b/ftp/profxp/Makefile @@ -11,15 +11,13 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src MAINTAINER= ports@FreeBSD.org COMMENT= FXP (server-to-server FTP) client -USE_PERL5= yes - RUN_DEPENDS= p5-SOCKS>=0:${PORTSDIR}/net/p5-Socks \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= profxpv3.pl perl_OLD_CMD= /home/tom/ActivePerl-5.6/bin/perl |