1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/p5-Net/Makefile
Sunpoet Po-Chuan Hsieh 840ca3c774 - Update to 1.24
- Add LICENSE
- Add TEST_DEPENDS
- Remove trailing period from SASL option description
- Add BUILD_DEPENDS for SASL option

Changes:	http://search.cpan.org/dist/Net/Changes
2014-01-23 03:28:29 +00:00

33 lines
722 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net
PORTVERSION= 1.24
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>