mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
39 lines
727 B
Makefile
39 lines
727 B
Makefile
# 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>
|