diff options
author | markm <markm@FreeBSD.org> | 1996-03-16 17:23:01 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-03-16 17:23:01 +0000 |
commit | 35e600e5b1e2bf6821624c25909a4b08ac330a3d (patch) | |
tree | 330fa0dc7d9ef76faa1cbef0eb82170e57ec1540 /security | |
parent | dc64a79e64aaa1a6707f412a0f351d33fe301609 (diff) | |
download | FreeBSD-ports-35e600e5b1e2bf6821624c25909a4b08ac330a3d.zip FreeBSD-ports-35e600e5b1e2bf6821624c25909a4b08ac330a3d.tar.gz |
Update for perl5.002
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 2f74640..7bb6f86 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,14 +3,14 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.14 1996/02/17 15:13:34 ache Exp $ +# $Id: Makefile,v 1.15 1996/02/19 21:37:13 ache Exp $ # DISTNAME= ssh-1.2.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz -BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5 MAINTAINER= torstenb@FreeBSD.ORG diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 2f74640..7bb6f86 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,14 +3,14 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.14 1996/02/17 15:13:34 ache Exp $ +# $Id: Makefile,v 1.15 1996/02/19 21:37:13 ache Exp $ # DISTNAME= ssh-1.2.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz -BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5 MAINTAINER= torstenb@FreeBSD.ORG |