aboutsummaryrefslogtreecommitdiff
path: root/security/p5-App-TLSMe/Makefile
blob: 6c91940d99f445d215a5156f074ab3af0a746fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	App-TLSMe
PORTVERSION=	0.110000
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/0000$//}

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension for TLS/SSL tunnel

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	\
	p5-AnyEvent>=5.34:devel/p5-AnyEvent \
	p5-Net-SSLeay>0:security/p5-Net-SSLeay \
	p5-Proc-Pidfile>0:devel/p5-Proc-Pidfile
TEST_DEPENDS=	p5-Test-TCP>0:devel/p5-Test-TCP

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>