summaryrefslogtreecommitdiffstats
path: root/ftp/profxp/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-01-19 16:07:10 +0000
committerijliao <ijliao@FreeBSD.org>2002-01-19 16:07:10 +0000
commit1deb00075fd134256b48e9c296d806615409e6bd (patch)
tree233f2cf1c49adacf6aac496cb4868dc9ef4eb6bf /ftp/profxp/Makefile
parent5ba6110a0862e1085cc7566781446bfc8691d3aa (diff)
downloadFreeBSD-ports-1deb00075fd134256b48e9c296d806615409e6bd.zip
FreeBSD-ports-1deb00075fd134256b48e9c296d806615409e6bd.tar.gz
upgrade to v3 pre1
drop maintainership
Diffstat (limited to 'ftp/profxp/Makefile')
-rw-r--r--ftp/profxp/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile
index a31c9ea..fbb6d35 100644
--- a/ftp/profxp/Makefile
+++ b/ftp/profxp/Makefile
@@ -7,29 +7,33 @@
#
PORTNAME= profxp
-PORTVERSION= 2p1
+PORTVERSION= 3p1
CATEGORIES= ftp
MASTER_SITES= http://duncanthrax.net/profxp/
-DISTNAME= ${PORTNAME}.v${PORTVERSION:S/p/-pre/}
+DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
# perl 5.6.0
.if ${OSVERSION} < 500007
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
.endif
+WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
+post-patch:
+ @${PERL} -pi -e "s,^#!.*,#!${PERL},g" ${WRKSRC}/profxpv3.pl
+
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/profxpv2.pl ${PREFIX}/bin/profxp
+ ${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp
+ ${CP} -R ${WRKSRC}/profxp ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud