freebsd-ports/net/p5-Net-Appliance-Session/Makefile
Sunpoet Po-Chuan Hsieh 9d569ab31c Update to 4.200003
- Use real PORTVERSION and update dependent ports
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Appliance-Session/Changes
2017-03-04 13:48:44 +00:00

29 lines
746 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Appliance-Session
PORTVERSION= 4.200003
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
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.200005: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}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>