mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
19 lines
339 B
Makefile
19 lines
339 B
Makefile
PORTNAME= IPC-Run3
|
|
PORTVERSION= 0.049
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Run a subprocess in batch mode
|
|
WWW= https://metacpan.org/release/IPC-Run3
|
|
|
|
LICENSE= ART10 GPLv1 BSD2CLAUSE
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|