aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Telnet/Makefile
blob: 01cd4141518be9e71f32d5bf8858d0287fd621ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Net-Telnet
PORTVERSION=	3.05
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl5 module to access and use telnet protocol
WWW=		https://metacpan.org/release/Net-Telnet

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>