17 lines
259 B
Makefile
17 lines
259 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:18 espie Exp $
|
|
|
|
COMMENT= run a subprocess
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IPC-Run-0.82
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
TEST_DEPENDS=devel/p5-IO-Tty
|
|
|
|
.include <bsd.port.mk>
|