aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-sslshake/Makefile
blob: 75ede381149fab6ec3a81e99b53ce6e4c5717bde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$

PORTNAME=	sslshake
PORTVERSION=	1.3.1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Simulate SSL and TLD handshake

LICENSE=	MPL20

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes


.include <bsd.port.mk>