98a445c04c
pkgsrc change: add "USE_LANGUAGES= # empty" line. 7.3.0 (2021-04-02) Fixed bugs: * Login Failed when update nexpose-client 2.0.2 to 7.2.1 #324 Closed issues: * Stuck on maintenance mode page #327 * job failure in servicenow #323 * [QUESTION] How to generate Shared Secret via RESTful API? #322 * XML::VulnerabilityDetail/Complete API missing an instances value for vulnerabilities #306 Merged pull requests: * Add a new privilege ManageAdvPolicies #330 (jinq102030) * Fix HostOrIP for Ruby 2.6.3 #328 (abunn-r7) * Fix travis builds #326 (gschneider-r7) * Migrate eso-client to nexpose-client / CSRF header update #309 (hwilson-r7)
14 lines
357 B
Makefile
14 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/05/30 12:32:29 taca Exp $
|
|
|
|
DISTNAME= nexpose-7.3.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/nexpose-client
|
|
COMMENT= Rapid7 Nexpose API client library written in Ruby
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|