aboutsummaryrefslogblamecommitdiff
path: root/net/p5-Socket/Makefile
blob: f233f1f23c27748c2804f5ba4118dd037e1f8529 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                          
           

                      
                     







                                                          


                           





                          



                                                                                 
                           
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Socket
PORTVERSION=	2.009
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PEVANS
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Networking constants and support functions

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		Socket.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+=	p5-ExtUtils-Constant>=0.23:${PORTSDIR}/devel/p5-ExtUtils-Constant
.endif

.include <bsd.port.post.mk>