Tweak devel/racer version 2.1.31
[dports.git] / security / rubygem-rex-mime / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       rex-mime
4 PORTVERSION=    0.1.5
5 CATEGORIES=     security rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     antoine@FreeBSD.org
9 COMMENT=        Ruby Exploitation(Rex) methods for creating and parsing MIME messages
10
11 LICENSE=        BSD3CLAUSE
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 RUN_DEPENDS=    rubygem-rex-text>=0:security/rubygem-rex-text
15
16 NO_ARCH=        yes
17
18 USE_RUBY=       yes
19 USES=           gem
20
21 .include <bsd.port.mk>