diff options
-rw-r--r-- | security/libssh/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index 51201624101..05cc2b550cd 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.12 2013/02/01 13:33:49 is Exp $ +# $NetBSD: Makefile,v 1.13 2013/02/01 21:55:55 is Exp $ # -# history: upstream renamed 0.11 to 0.1; +# history: upstream renamed 0.11 to 0.1.1; # we have to use the old-style convention so that version compares work. # -DISTNAME= libssh-0.5.4 +VER= 0.5.4 +DISTNAME= libssh-${VER} PKGNAME= libssh-0.54 CATEGORIES= security MASTER_SITES= https://red.libssh.org/attachments/download/41/ MAINTAINER= is@NetBSD.org HOMEPAGE= http://www.libssh.org/ -COMMENT= SSHv2 and SSHv1 protocol +COMMENT= SSHv2+v1 protocol library; libssh.org version ${VER} LICENSE= 2-clause-bsd DIST_SUBDIR= security |