openbsd-ports/devel/p5-IPC-Run3/Makefile
kevlo 675a18e461 Initial import of p5-IPC-Run3 0.01
This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures.
2004-12-09 06:30:06 +00:00

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>