diff options
author | az <az@FreeBSD.org> | 2013-09-02 02:18:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 02:18:40 +0800 |
commit | 4b14bdb7765beb1b284421d351c8eea21349b0fa (patch) | |
tree | 871ef7070a68346415578374223d0a00c0639cbf /security | |
parent | 4068073e6d78f9b14e37f6280f6eeefd4273f261 (diff) | |
download | freebsd-ports-gnome-4b14bdb7765beb1b284421d351c8eea21349b0fa.tar.gz freebsd-ports-gnome-4b14bdb7765beb1b284421d351c8eea21349b0fa.tar.zst freebsd-ports-gnome-4b14bdb7765beb1b284421d351c8eea21349b0fa.zip |
- Resolve of using USE_PERL5 and PERL_CONFIGURE together
- Convert to new perl5 framework
- Pet portlint
With hat: perl@
Diffstat (limited to 'security')
-rw-r--r-- | security/clusterssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index 67072e14ac76..c1c0b53123ed 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -16,14 +16,13 @@ BUILD_DEPENDS= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap \ p5-Module-Manifest>=0:${PORTSDIR}/devel/p5-Module-Manifest - RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \ p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cssh.1 ccon.1 crsh.1 ctel.1 MAN3= App::ClusterSSH.3 \ |