a1a4d46750
Add "USE_LANGUAGES= # noen" for pure Ruby packages.
16 lines
437 B
Makefile
16 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/06/21 14:54:50 taca Exp $
|
|
|
|
DISTNAME= rex-arch-0.1.13
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-arch
|
|
COMMENT= Rex Library which contains architecture specific information
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|