mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
33 lines
722 B
Makefile
33 lines
722 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net
|
|
PORTVERSION= 1.25
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
|
|
|
|
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
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|