aboutsummaryrefslogblamecommitdiff
path: root/security/p5-App-TLSMe/Makefile
blob: d558e34ff161d7043bb4beecc02e5c6bf1aa09c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                         
                        
                 


                              
                                                    



                                                 
                              
                 


                                                
                                               
 

                         
 
                      
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>