blob: e35661bfb4d81146872c5b25fc34585349f013a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.5 2022/09/04 13:27:12 taca Exp $
DISTNAME= rex-random_identifier-0.1.9
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-random_identifier
COMMENT= Ruby Exploitation library for generating random identifiers
LICENSE= modified-bsd
USE_LANGUAGES= # none
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|