Files
ports/devel/p5-IPC-ShellCmd/Makefile
T
Xavier Beaudouin ee5c766cba */*: Introduction USES=sudo
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.

If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:

        DEFAULT_VERSIONS+=sudo=sssd

All sudo consummer ports has benn updated to USES=sudo

Reviewed by:    0mp
Approved by:    mat
Sponsored by:   Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D52160
2025-11-11 04:16:23 +01:00

25 lines
519 B
Makefile

PORTNAME= IPC-ShellCmd
PORTVERSION= 0.005
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ANDREWF
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Run a command with a given environment and capture output
WWW= https://metacpan.org/release/IPC-ShellCmd
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote
USES= perl5 sudo
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>