523bf73657
System::Command is a class that launches an external system command and returns an objects representing it, allowing interaction through the STDIN, STDOUT and STDERR handles. tweak and OK sthen@
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/20 18:04:48 jasper Exp $
|
|
|
|
COMMENT = object for running system commands
|
|
|
|
MODULES = cpan
|
|
DISTNAME = System-Command-1.05
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Wen Heping <wenheping@gmail.com>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|