mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add p5-Keyword-Simple 0.04
Keyword::Simple lets you implement new keywords in pure Perl. To do this, you need to write a module and call Keyword::Simple::define in your import method. Any keywords defined this way will be available in the lexical scope that's currently being compiled. WWW: https://metacpan.org/release/Keyword-Simple
This commit is contained in:
parent
af6f1edd21
commit
fea4897c09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532812
@ -2610,6 +2610,7 @@
|
||||
SUBDIR += p5-Jonk
|
||||
SUBDIR += p5-Keyword-Declare
|
||||
SUBDIR += p5-Keyword-Pluggable
|
||||
SUBDIR += p5-Keyword-Simple
|
||||
SUBDIR += p5-LV
|
||||
SUBDIR += p5-Lexical-Alias
|
||||
SUBDIR += p5-Lexical-Import
|
||||
|
23
devel/p5-Keyword-Simple/Makefile
Normal file
23
devel/p5-Keyword-Simple/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Keyword-Simple
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MAUKE
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Define new keywords in pure Perl
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Keyword/Simple/Simple.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Keyword-Simple/distinfo
Normal file
3
devel/p5-Keyword-Simple/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1587721873
|
||||
SHA256 (Keyword-Simple-0.04.tar.gz) = 9455cb86b92c30027d6eeb5712a04a84d8a3863d399be6ebdd723e5e84d51305
|
||||
SIZE (Keyword-Simple-0.04.tar.gz) = 8688
|
6
devel/p5-Keyword-Simple/pkg-descr
Normal file
6
devel/p5-Keyword-Simple/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Keyword::Simple lets you implement new keywords in pure Perl. To do this, you
|
||||
need to write a module and call Keyword::Simple::define in your import method.
|
||||
Any keywords defined this way will be available in the lexical scope that's
|
||||
currently being compiled.
|
||||
|
||||
WWW: https://metacpan.org/release/Keyword-Simple
|
3
devel/p5-Keyword-Simple/pkg-plist
Normal file
3
devel/p5-Keyword-Simple/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_ARCH%%/Keyword/Simple.pm
|
||||
%%SITE_ARCH%%/auto/Keyword/Simple/Simple.so
|
||||
%%PERL5_MAN3%%/Keyword::Simple.3.gz
|
Loading…
Reference in New Issue
Block a user