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

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>