summaryrefslogtreecommitdiff
path: root/net/p5-Socket6/Makefile
blob: 50095bb729f3781b5093036cf948d35da296e224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	p5-Socket6
# Date created:		24 May 2000
# Whom:	      		Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Socket6
PORTVERSION=	0.16
CATEGORIES=	net perl5 ipv6
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Socket6
PKGNAMEPREFIX=	p5-

MAINTAINER=	ume@FreeBSD.org
COMMENT=	Perl module to support getaddrinfo() and getnameinfo()

PERL_CONFIGURE=	yes

.include <bsd.port.mk>