aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-INET6Glue/Makefile
blob: b8fbefb638cb1feb56dae7dbb048a9e180a2fd9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>

PORTNAME=	Net-INET6Glue
PORTVERSION=	0.604
PORTREVISION=	0
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ume@FreeBSD.org
COMMENT=	Make common modules IPv6 ready by hotpatching

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>