aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net/Makefile
blob: 0a9ba8ecdef1219d413f69f9a02866e8c1357664 (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
30
31
32
33
34
35
36
37
38
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 modules to access and use network protocols

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

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

PORTSCOUT=	skipv:1.0901

USES=		perl5
USE_PERL5=	configure

MAN3=		Net::Cmd.3 \
		Net::Config.3 \
		Net::Domain.3 \
		Net::FTP.3 \
		Net::NNTP.3 \
		Net::Netrc.3 \
		Net::POP3.3 \
		Net::SMTP.3 \
		Net::Time.3 \
		Net::libnetFAQ.3

NO_STAGE=	yes
.include <bsd.port.mk>