From owner-cvs-all@FreeBSD.ORG Thu May 8 18:22:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B4037B401; Thu, 8 May 2003 18:22:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1169643FCB; Thu, 8 May 2003 18:22:08 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h491M70U003026; Thu, 8 May 2003 18:22:07 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h491M7DB003025; Thu, 8 May 2003 18:22:07 -0700 (PDT) Message-Id: <200305090122.h491M7DB003025@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 8 May 2003 18:22:07 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/p5-Crypt-CBC Makefile ports/security/p5-Crypt-HCE_SHA Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 01:22:08 -0000 edwin 2003/05/08 18:22:07 PDT FreeBSD ports repository Modified files: security/p5-Crypt-CBC Makefile security/p5-Crypt-HCE_SHA Makefile Log: conditionalize dependencies on modules included in perl 5.8 Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. PR: ports/50589 Submitted by: Erwin Lansing Revision Changes Path 1.15 +6 -4 ports/security/p5-Crypt-CBC/Makefile 1.6 +9 -4 ports/security/p5-Crypt-HCE_SHA/Makefile