a1a4d46750
Add "USE_LANGUAGES= # noen" for pure Ruby packages.
16 lines
426 B
Makefile
16 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:50 taca Exp $
|
|
|
|
DISTNAME= rex-mime-0.1.5
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-mime
|
|
COMMENT= Rex Library for creating and parsing MIME messages
|
|
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"
|