mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
cfebda49aa
Submitted by: hrs@ Approved by: maintainer via #bsdchat
27 lines
580 B
Makefile
27 lines
580 B
Makefile
# New ports collection makefile for: devel/p5-IPC-Run3
|
|
# Date created: Apr 27 2004
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IPC-Run3
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= IPC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= autrijus@autrijus.org
|
|
COMMENT= Run a subprocess in batch mode
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IPC::Run3.3 \
|
|
IPC::Run3::ProfArrayBuffer.3 \
|
|
IPC::Run3::ProfLogger.3 \
|
|
IPC::Run3::ProfLogReader.3 \
|
|
IPC::Run3::ProfPP.3 \
|
|
IPC::Run3::ProfReporter.3
|
|
|
|
.include <bsd.port.mk>
|