diff options
author | markm <markm@FreeBSD.org> | 1996-03-17 01:23:01 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-03-17 01:23:01 +0800 |
commit | 35e600e5b1e2bf6821624c25909a4b08ac330a3d (patch) | |
tree | 330fa0dc7d9ef76faa1cbef0eb82170e57ec1540 /security/ssh2/Makefile | |
parent | dc64a79e64aaa1a6707f412a0f351d33fe301609 (diff) | |
download | freebsd-ports-gnome-35e600e5b1e2bf6821624c25909a4b08ac330a3d.tar.gz freebsd-ports-gnome-35e600e5b1e2bf6821624c25909a4b08ac330a3d.tar.zst freebsd-ports-gnome-35e600e5b1e2bf6821624c25909a4b08ac330a3d.zip |
Update for perl5.002
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 2f7464071379..7bb6f86c2896 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 |