mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
24 lines
536 B
Makefile
24 lines
536 B
Makefile
PORTNAME= IPC-Run
|
|
PORTVERSION= 20231003.0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR=CPAN:TODDR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Run subprocesses with piping and redirection
|
|
WWW= https://metacpan.org/release/IPC-Run
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-IO-Tty>=1.08:devel/p5-IO-Tty
|
|
TEST_DEPENDS= p5-Readonly>=0:devel/p5-Readonly
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|