# $MidnightBSD: trunk/net/p5-Net/Makefile 16992 2014-09-12 01:52:44Z laffer1 $

PORTNAME=	Net
PORTVERSION=	1.27
PORTEPOCH=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	libnet-${PORTVERSION}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Perl5 modules to access and use network protocols

LICENSE=	artistic gpl
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker

OPTIONS_DEFINE=	SASL
OPTIONS_DEFAULT=SASL
SASL_DESC=	SASL auth for POP3 and SMTP support

SASL_BUILD_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
SASL_RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL

PORTSCOUT=	skipv:1.0901

USES=		perl5
PERL_CONFIGURE=	yes

.include <bsd.port.mk>
