mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
29 lines
769 B
Makefile
29 lines
769 B
Makefile
# Created by: ijliao
|
|
|
|
PORTNAME= profxp
|
|
PORTVERSION= 3p2
|
|
PORTREVISION= 2
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= http://duncanthrax.net/profxp/
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= FXP (server-to-server FTP) client
|
|
|
|
RUN_DEPENDS= p5-SOCKS>=0:net/p5-Socks \
|
|
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
|
|
p5-Term-ReadLine-Perl>=0:devel/p5-Term-ReadLine-Perl
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
NO_BUILD= yes
|
|
USES= shebangfix perl5
|
|
SHEBANG_FILES= profxpv3.pl
|
|
perl_OLD_CMD= /home/tom/ActivePerl-5.6/bin/perl
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${STAGEDIR}${PREFIX}/bin/profxp
|
|
${CP} -R ${WRKSRC}/profxp ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}
|
|
|
|
.include <bsd.port.mk>
|