mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Cross-platform functions emulating common shell commands
WWW: http://search.cpan.org/dist/Shell-Command/
This commit is contained in:
parent
99d8ccfac5
commit
5f065fa01d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290900
5 changed files with 32 additions and 0 deletions
|
@ -595,6 +595,7 @@
|
|||
SUBDIR += p5-Schedule-Cron
|
||||
SUBDIR += p5-Schedule-Load
|
||||
SUBDIR += p5-Schedule-Match
|
||||
SUBDIR += p5-Shell-Command
|
||||
SUBDIR += p5-Stat-lsMode
|
||||
SUBDIR += p5-Sys-CpuLoad
|
||||
SUBDIR += p5-Sys-Filesystem
|
||||
|
|
21
sysutils/p5-Shell-Command/Makefile
Normal file
21
sysutils/p5-Shell-Command/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Shell-Command
|
||||
# Date created: 2012-02-10
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Shell-Command
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Cross-platform functions emulating common shell commands
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Shell::Command.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/p5-Shell-Command/distinfo
Normal file
2
sysutils/p5-Shell-Command/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Shell-Command-0.06.tar.gz) = f3e4deef577944be46fa7af5ac118ac2828911788b01bc76a74495355616ecd1
|
||||
SIZE (Shell-Command-0.06.tar.gz) = 10464
|
3
sysutils/p5-Shell-Command/pkg-descr
Normal file
3
sysutils/p5-Shell-Command/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Cross-platform functions emulating common shell commands
|
||||
|
||||
WWW: http://search.cpan.org/dist/Shell-Command/
|
5
sysutils/p5-Shell-Command/pkg-plist
Normal file
5
sysutils/p5-Shell-Command/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Command/.packlist
|
||||
%%SITE_PERL%%/Shell/Command.pm
|
||||
@dirrmtry %%SITE_PERL%%/Shell
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Command
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell
|
Loading…
Add table
Reference in a new issue