1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/ftp/profxp/Makefile
Sunpoet Po-Chuan Hsieh 1dc23aad14 - Remove PERL_SITELIBDIR
- Remove obsolete MD5 sum
2010-11-30 16:00:42 +00:00

36 lines
850 B
Makefile

# ex:ts=8
# New ports collection makefile for: profxp
# Date created: Jun 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= profxp
PORTVERSION= 3p2
PORTREVISION= 1
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
USE_PERL5= yes
RUN_DEPENDS= ${SITE_PERL}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
post-patch:
@${PERL} -pi -e "s,^#!.*,#!${PERL},g" ${WRKSRC}/profxpv3.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp
${CP} -R ${WRKSRC}/profxp ${SITE_PERL}
.include <bsd.port.mk>