aboutsummaryrefslogblamecommitdiff
path: root/net/p5-Net-Frame/Makefile
blob: fbf358c8c1330f3544e8bf81090e33df5c86dffa (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
           

                         
                    
                         
                    

                   
                                

                                                 
                     
                                          
 



                                                             
                                
 
                   

                         
 







                                              
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Net-Frame
PORTVERSION=	1.18
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Base framework for frame crafting

LICENSE=	ART10
LICENSE_FILE=	${WRKSRC}/LICENSE.Artistic

BUILD_DEPENDS=	p5-Bit-Vector>=0:math/p5-Bit-Vector \
		p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \
		p5-Net-IPv6Addr>=0:net-mgmt/p5-Net-IPv6Addr \
		p5-Socket6>=0:net/p5-Socket6
RUN_DEPENDS:=	${BUILD_DEPENDS}

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 502400
BUILD_DEPENDS+=	p5-Socket>=2.019:net/p5-Socket
RUN_DEPENDS+=	p5-Socket>=2.019:net/p5-Socket
.endif

.include <bsd.port.post.mk>