mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
25 lines
474 B
Makefile
25 lines
474 B
Makefile
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-Run3
|
|
PORTVERSION= 0.046
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Run a subprocess in batch mode
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= IPC::Run3.3 \
|
|
IPC::Run3::ProfArrayBuffer.3 \
|
|
IPC::Run3::ProfLogger.3 \
|
|
IPC::Run3::ProfLogReader.3 \
|
|
IPC::Run3::ProfPP.3 \
|
|
IPC::Run3::ProfReporter.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|