41ed3ab850
## [1.3.1][] (2018-11-04) * Packaging changes to reduce gem size * RuboCop and Travis improvements * No user-facing changes
16 lines
431 B
Makefile
16 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/12/17 15:04:53 taca Exp $
|
|
|
|
DISTNAME= airbrussh-1.3.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/mattbrictson/airbrussh
|
|
COMMENT= Airbrussh pretties up your SSHKit and Capistrano output
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sshkit>=1.9.0:../../security/ruby-sshkit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|