mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Fix *_DEPENDS
- Add LICENSE_FILE - Add TEST_DEPENDS - Update pkg-descr - Update WWW - Bump PORTREVISION for dependency change - Take maintainership
This commit is contained in:
parent
981c9b21a2
commit
de706968b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519889
@ -2,43 +2,47 @@
|
||||
|
||||
PORTNAME= Rex
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:JFRIED
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl framework for automation and systems administration
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Devel-Caller>=0:devel/p5-Devel-Caller \
|
||||
p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
||||
p5-Hash-Merge>=0:textproc/p5-Hash-Merge \
|
||||
p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-JSON-XS>=0:converters/p5-JSON-XS \
|
||||
p5-libwww>=0:www/p5-libwww \
|
||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally \
|
||||
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
|
||||
p5-Text-Glob>=0:textproc/p5-Text-Glob \
|
||||
p5-URI>0:net/p5-URI \
|
||||
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
||||
p5-YAML>=0:textproc/p5-YAML \
|
||||
p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \
|
||||
p5-Expect>=0:lang/p5-Expect \
|
||||
p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
|
||||
p5-HTTP-Date>=0:www/p5-HTTP-Date \
|
||||
p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
|
||||
p5-Net-SSH2>=0:net/p5-Net-SSH2 \
|
||||
p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \
|
||||
p5-Net-SFTP-Foreign>=0:net/p5-Net-SFTP-Foreign
|
||||
|
||||
RUN_DEPENDS= p5-AWS-Signature4>=0:devel/p5-AWS-Signature4 \
|
||||
p5-Data-Validate-IP>=0:net-mgmt/p5-Data-Validate-IP \
|
||||
p5-Devel-Caller>=0:devel/p5-Devel-Caller \
|
||||
p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
|
||||
p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
||||
p5-Hash-Merge>=0:textproc/p5-Hash-Merge \
|
||||
p5-IO-String>=0:devel/p5-IO-String \
|
||||
p5-IO-Tty>=0:devel/p5-IO-Tty \
|
||||
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-Net-OpenSSH>=0:net/p5-Net-OpenSSH \
|
||||
p5-Net-SFTP-Foreign>=0:net/p5-Net-SFTP-Foreign \
|
||||
p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \
|
||||
p5-Sort-Naturally>=0:textproc/p5-Sort-Naturally \
|
||||
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
|
||||
p5-Text-Glob>=0:textproc/p5-Text-Glob \
|
||||
p5-URI>=0:net/p5-URI \
|
||||
p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
|
||||
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
||||
p5-YAML>=0:textproc/p5-YAML \
|
||||
p5-libwww>=0:www/p5-libwww
|
||||
TEST_DEPENDS= p5-String-Escape>=0:textproc/p5-String-Escape \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Test-UseAllModules>=0:devel/p5-Test-UseAllModules
|
||||
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_FILES= lib/Rex/Commands/templates/append_if_no_such_line.tpl.pl
|
||||
|
@ -1,4 +1,10 @@
|
||||
(R)?ex is a server orchestration tool to ease the execution of remote commands.
|
||||
Rex is an automation framework that is friendly to any combinations of local and
|
||||
remote execution, push and pull style of management, or imperative and
|
||||
declarative approach.
|
||||
|
||||
WWW: http://rexify.org/
|
||||
WWW: https://metacpan.org/pod/Rex
|
||||
Its flexibility makes it a great fit for many different use cases, but most
|
||||
commonly Rex is used to automate application deployment and data center
|
||||
infrastructure management tasks.
|
||||
|
||||
WWW: https://www.rexify.org/
|
||||
WWW: https://metacpan.org/release/Rex
|
||||
|
Loading…
Reference in New Issue
Block a user