View | Details | Raw Unified | Return to bug 214826
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	Net-Server
4
PORTNAME=	Net-Server
5
PORTVERSION=	2.008
5
PORTVERSION=	2.008
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	net perl5
7
CATEGORIES=	net perl5
8
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
Lines 22-28 Link Here
22
USES=		perl5
22
USES=		perl5
23
USE_PERL5=	configure
23
USE_PERL5=	configure
24
24
25
IPV6_BUILD_DEPENDS=	p5-Socket6>=0.23:net/p5-Socket6
25
IPV6_BUILD_DEPENDS=	p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
26
IPV6_RUN_DEPENDS=	p5-Socket6>=0.23:net/p5-Socket6
26
			p5-Socket6>=0.23:net/p5-Socket6
27
IPV6_RUN_DEPENDS=	p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
28
			p5-Socket6>=0.23:net/p5-Socket6
27
29
28
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 214826