1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/sysutils/p5-Rex/Makefile
2014-09-01 07:59:33 +00:00

38 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= Rex
PORTVERSION= 0.52.1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JFRIED
PKGNAMEPREFIX= p5-
MAINTAINER= az@FreeBSD.org
COMMENT= Perl framework for automation and systems administration
LICENSE= APACHE20
BUILD_DEPENDS= \
p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 \
p5-Expect>=0:${PORTSDIR}/lang/p5-Expect \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-String-Escape>=0:${PORTSDIR}/textproc/p5-String-Escape \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= lib/Rex/Commands/templates/append_if_no_such_line.tpl.pl
.include <bsd.port.mk>