diff options
Diffstat (limited to 'ftp/profxp/Makefile')
-rw-r--r-- | ftp/profxp/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile new file mode 100644 index 0000000..0fd73cc --- /dev/null +++ b/ftp/profxp/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# New ports collection makefile for: profxp +# Date created: Jun 1, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= profxp +PORTVERSION= 2p1 +CATEGORIES= ftp +MASTER_SITES= http://duncanthrax.net/profxp/ +DISTNAME= ${PORTNAME}.v${PORTVERSION:S/p/-pre/} + +MAINTAINER= ijliao@FreeBSD.org + +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 + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/profxpv2.pl ${PREFIX}/bin/profxp + +.include <bsd.port.mk> |