diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-21 02:38:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-21 02:38:42 +0800 |
commit | 702390092ceedc96e5e90a3858339e02e1906ad3 (patch) | |
tree | 60e43ef3e1dd42401a072cf165409fc3739c5edb /security | |
parent | 5c7801334b2cfad1f55617ae74a71e553adff556 (diff) | |
download | freebsd-ports-gnome-702390092ceedc96e5e90a3858339e02e1906ad3.tar.gz freebsd-ports-gnome-702390092ceedc96e5e90a3858339e02e1906ad3.tar.zst freebsd-ports-gnome-702390092ceedc96e5e90a3858339e02e1906ad3.zip |
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-net-ssh-multi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/rubygem-net-ssh-multi/Makefile b/security/rubygem-net-ssh-multi/Makefile index a239880ef81e..c6231da1813b 100644 --- a/security/rubygem-net-ssh-multi/Makefile +++ b/security/rubygem-net-ssh-multi/Makefile @@ -10,10 +10,12 @@ MAINTAINER= renchap@cocoa-x.com COMMENT= SSH connection multiplexing library for Ruby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-net-ssh>=2.6.5:${PORTSDIR}/security/rubygem-net-ssh \ rubygem-net-ssh-gateway>=1.2.0:${PORTSDIR}/security/rubygem-net-ssh-gateway +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |