summaryrefslogtreecommitdiff
path: root/security/rubygem-rex-java/Makefile
blob: 48d0da1a9562c6a4aaf143b481b925bc32cd6cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	rex-java
PORTVERSION=	0.1.3
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Ruby Exploitation(Rex) library for parsing Java serialized streams

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>