8d6597e0bb
With hat: portmgr Sponsored by: Absolight
30 lines
806 B
Makefile
30 lines
806 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Appliance-Session
|
|
PORTVERSION= 4.131.260
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Run command-line sessions to network appliances
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-IO-Prompt-Tiny>=0:devel/p5-IO-Prompt-Tiny \
|
|
p5-Moo>=0:devel/p5-Moo \
|
|
p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike \
|
|
p5-Net-CLI-Interact>=2.122.730:net/p5-Net-CLI-Interact \
|
|
p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \
|
|
p5-Text-Glob>=0:textproc/p5-Text-Glob \
|
|
p5-Try-Tiny>=0:lang/p5-Try-Tiny
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|