pkgsrc/security/ruby-rex-mime/Makefile
taca d32e514b3a security/ruby-rex-mime: update to 0.1.6
0.1.6 (2017-05-11)

* update spec to require Ruby 2.2.0 or greater
2021-02-05 15:14:13 +00:00

16 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/02/05 15:14:13 taca Exp $
DISTNAME= rex-mime-0.1.6
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"