675a18e461
This module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures.
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/09 06:30:06 kevlo Exp $
|
|
|
|
COMMENT= "run a subprocess in batch mode"
|
|
|
|
DISTNAME= IPC-Run3-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|