mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Drop 8.x support
- Add LICENSE Approved by: portmgr blanket
This commit is contained in:
parent
1d841944cf
commit
a311f3e214
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399321
@ -10,6 +10,9 @@ MASTER_SITES= GNU
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Secure (encrypted) remote shell compatible with ssh 2
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= liboop.so:${PORTSDIR}/devel/liboop \
|
||||
libgmp.so:${PORTSDIR}/math/gmp \
|
||||
libnettle.so:${PORTSDIR}/security/nettle
|
||||
@ -37,12 +40,4 @@ test:
|
||||
(cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \
|
||||
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900000
|
||||
PLIST_SUB+= KRB=""
|
||||
.else
|
||||
PLIST_SUB+= KRB="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -33,7 +33,7 @@ man/man5/secsh.5.gz
|
||||
man/man8/lshd.8.gz
|
||||
man/man8/sftp-server.8.gz
|
||||
sbin/lsh-execuv
|
||||
%%KRB%%sbin/lsh-krb-checkpw
|
||||
sbin/lsh-krb-checkpw
|
||||
sbin/lsh-pam-checkpw
|
||||
sbin/lshd
|
||||
sbin/sftp-server
|
||||
|
Loading…
Reference in New Issue
Block a user