mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Perl6-Builtins,
Several of the builtins in Perl 6 have different (i.e. more useful, less confusing) behaviours than their Perl 5 counterparts. This module provides Perl 5 versions of those builtins. Approved by: rafan (memtor, implicit)
This commit is contained in:
parent
605b516239
commit
e1ef09b7cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196464
5 changed files with 40 additions and 0 deletions
|
@ -1409,6 +1409,7 @@
|
|||
SUBDIR += p5-Path-Class
|
||||
SUBDIR += p5-Penguin
|
||||
SUBDIR += p5-Penguin-Easy
|
||||
SUBDIR += p5-Perl6-Builtins
|
||||
SUBDIR += p5-Perl6-Export
|
||||
SUBDIR += p5-Perl6-Export-Attrs
|
||||
SUBDIR += p5-Perl6-Form
|
||||
|
|
26
devel/p5-Perl6-Builtins/Makefile
Normal file
26
devel/p5-Perl6-Builtins/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: devel/p5-Perl6-Builtins
|
||||
# Date created: 2007/07/28
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Perl6-Builtins
|
||||
PORTVERSION= 0.0.3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Perl6
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Provide Perl 5 versions of the new Perl 6 builtins
|
||||
|
||||
BUILD_DEPENDS= p5-Contextual-Return>=0:${PORTSDIR}/devel/p5-Contextual-Return \
|
||||
p5-version>=0:${PORTSDIR}/devel/p5-version
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Perl6::Builtins.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Perl6-Builtins/distinfo
Normal file
3
devel/p5-Perl6-Builtins/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Perl6-Builtins-0.0.3.tar.gz) = 5533c4e8d9b214df38660e05e16b19c5
|
||||
SHA256 (Perl6-Builtins-0.0.3.tar.gz) = a553956fb9c7009375075ca69f8cb2573c9babe4c11883a70b2b0061cc34867c
|
||||
SIZE (Perl6-Builtins-0.0.3.tar.gz) = 4261
|
5
devel/p5-Perl6-Builtins/pkg-descr
Normal file
5
devel/p5-Perl6-Builtins/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Several of the builtins in Perl 6 have different (i.e. more useful, less
|
||||
confusing) behaviours than their Perl 5 counterparts. This module provides
|
||||
Perl 5 versions of those builtins.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Perl6-Builtins/
|
5
devel/p5-Perl6-Builtins/pkg-plist
Normal file
5
devel/p5-Perl6-Builtins/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Builtins/.packlist
|
||||
%%SITE_PERL%%/Perl6/Builtins.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Builtins
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6
|
||||
@dirrmtry %%SITE_PERL%%/Perl6
|
Loading…
Add table
Reference in a new issue