mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
This program is designed to let you play with the Perl YAML modules in an
interactive way. When you to type in Perl, you get back YAML. And vice versa. WWW: http://search.cpan.org/dist/YAML-Shell/
This commit is contained in:
parent
f213e60164
commit
fcb7edb495
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274590
5 changed files with 40 additions and 0 deletions
|
@ -917,6 +917,7 @@
|
||||||
SUBDIR += p5-XML-Xerces
|
SUBDIR += p5-XML-Xerces
|
||||||
SUBDIR += p5-YAML
|
SUBDIR += p5-YAML
|
||||||
SUBDIR += p5-YAML-LibYAML
|
SUBDIR += p5-YAML-LibYAML
|
||||||
|
SUBDIR += p5-YAML-Shell
|
||||||
SUBDIR += p5-YAML-Syck
|
SUBDIR += p5-YAML-Syck
|
||||||
SUBDIR += p5-YAML-Tiny
|
SUBDIR += p5-YAML-Tiny
|
||||||
SUBDIR += p5-YAPE-HTML
|
SUBDIR += p5-YAPE-HTML
|
||||||
|
|
27
textproc/p5-YAML-Shell/Makefile
Normal file
27
textproc/p5-YAML-Shell/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# New ports collection makefile for: p5-YAML-Shell
|
||||||
|
# Date created: 2011-05-24
|
||||||
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= YAML-Shell
|
||||||
|
PORTVERSION= 0.60
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
MASTER_SITE_SUBDIR= CPAN:INGY
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= swills@FreeBSD.org
|
||||||
|
COMMENT= The YAML Test Shell
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML
|
||||||
|
RUN_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML
|
||||||
|
|
||||||
|
USE_PERL= yes
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN1= ysh.1
|
||||||
|
MAN3= YAML::Shell.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
textproc/p5-YAML-Shell/distinfo
Normal file
2
textproc/p5-YAML-Shell/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (YAML-Shell-0.60.tar.gz) = 947c8397b672ef8bcdf91727eac3abf84ab51da4835d2bf73ff70f25d81d8053
|
||||||
|
SIZE (YAML-Shell-0.60.tar.gz) = 15793
|
4
textproc/p5-YAML-Shell/pkg-descr
Normal file
4
textproc/p5-YAML-Shell/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
This program is designed to let you play with the Perl YAML modules in an
|
||||||
|
interactive way. When you to type in Perl, you get back YAML. And vice versa.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/YAML-Shell/
|
6
textproc/p5-YAML-Shell/pkg-plist
Normal file
6
textproc/p5-YAML-Shell/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
bin/ysh
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Shell/.packlist
|
||||||
|
%%SITE_PERL%%/YAML/Shell.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Shell
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML
|
||||||
|
@dirrmtry %%SITE_PERL%%/YAML
|
Loading…
Add table
Reference in a new issue