freebsd-ports/security/rubygem-rex-mime/Makefile
2024-01-05 15:35:27 +00:00

19 lines
401 B
Makefile

PORTNAME= rex-mime
PORTVERSION= 0.1.8
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Ruby Exploitation(Rex) methods for creating and parsing MIME messages
WWW= https://github.com/rapid7/rex-mime
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rex-text>=0:security/rubygem-rex-text
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>