aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Socket-GetAddrInfo/Makefile
blob: 73f4842a79d5d5dcb86ea86a4d5a9354662f3bd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    Socket::GetAddrInfo
# Date created:             29 November 2009
# Whom:                 Sahil Tandon <sahil@tandon.net>
#
# $FreeBSD$
#

PORTNAME=   Socket-GetAddrInfo
PORTVERSION=    0.16
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sahil@FreeBSD.org
COMMENT=    RFC 2553's getaddrinfo and getnameinfo functions

BUILD_DEPENDS=  p5-ExtUtils-CChecker>=0.04:${PORTSDIR}/devel/p5-ExtUtils-CChecker

MAN3=       Socket::GetAddrInfo.3

PERL_CONFIGURE= yes

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
.endif

.include <bsd.port.post.mk>