17 lines
254 B
Makefile
17 lines
254 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:44:57 sthen Exp $
|
|
|
|
COMMENT= run a subprocess
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = IPC-Run-0.96
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS = devel/p5-IO-Tty
|
|
|
|
.include <bsd.port.mk>
|