aboutsummaryrefslogblamecommitdiff
path: root/security/p5-POE-Component-SSLify/Makefile
blob: badf17e7e11f8c13ae179d22d1eb6048f3f2602e (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                                    
                     
                              
                                               

                   
                                

                                      
                            
                    
 

                                                            

                                                         
                                                                  
 
                     
                            
 

                   
                      
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	POE-Component-SSLify
PORTVERSION=	1.012
CATEGORIES=	security perl5
MASTER_SITES=	CPAN/${PORTNAME:C/-.*//}/APOCAL
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Integrate SSL into POE

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Net-SSLeay>=1.36:security/p5-Net-SSLeay \
		p5-POE>=1.267:devel/p5-POE \
		p5-Task-Weaken>=1.03:devel/p5-Task-Weaken
TEST_DEPENDS=	p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings

USES=		perl5
USE_PERL5=	modbuildtiny

NO_ARCH=	yes

.include <bsd.port.mk>