mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
cda1a1ac1e
and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles. WWW: http://search.cpan.org/dist/System-Command/
26 lines
470 B
Makefile
26 lines
470 B
Makefile
# New ports collection makefile for: devel/p5-System-Command
|
|
# Date created: Sep 05, 2011
|
|
# Whom: Wen Heping<wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= System-Command
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BOOK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Object for running system commands
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= System::Command.3
|
|
|
|
.include <bsd.port.mk>
|