devel/p5-XS-Parse-Keyword: Add p5-XS-Parse-Keyword 0.06

XS::Parse::Keyword provides some XS functions to assist in writing syntax
modules that provide new perl-visible syntax, primarily for authors of keyword
plugins using the PL_keyword_plugin hook mechanism. It is unlikely to be of much
use to anyone else; and highly unlikely to be any use when writing perl code
using these. Unless you are writing a keyword plugin using XS, this module is
not for you.

WWW: https://metacpan.org/dist/XS-Parse-Keyword
This commit is contained in:
Po-Chuan Hsieh 2021-06-15 01:32:20 +08:00
parent 28a702cf41
commit e98b8518a0
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
5 changed files with 40 additions and 0 deletions

View file

@ -3647,6 +3647,7 @@
SUBDIR += p5-XML-Compile-Tester
SUBDIR += p5-XML-Pastor
SUBDIR += p5-XS-Object-Magic
SUBDIR += p5-XS-Parse-Keyword
SUBDIR += p5-XSLoader
SUBDIR += p5-XXX
SUBDIR += p5-Xporter

View file

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= XS-Parse-Keyword
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PEVANS
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XS functions to assist in parsing keyword syntax
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XS/Parse/Keyword/Keyword.so
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1622213960
SHA256 (XS-Parse-Keyword-0.06.tar.gz) = 78bfc55695e958bbe6572956eb13c2b3ef4d50bea1e4d2861750ac3ea742d95a
SIZE (XS-Parse-Keyword-0.06.tar.gz) = 43824

View file

@ -0,0 +1,8 @@
XS::Parse::Keyword provides some XS functions to assist in writing syntax
modules that provide new perl-visible syntax, primarily for authors of keyword
plugins using the PL_keyword_plugin hook mechanism. It is unlikely to be of much
use to anyone else; and highly unlikely to be any use when writing perl code
using these. Unless you are writing a keyword plugin using XS, this module is
not for you.
WWW: https://metacpan.org/dist/XS-Parse-Keyword

View file

@ -0,0 +1,5 @@
%%SITE_ARCH%%/XS/Parse/Keyword.pm
%%SITE_ARCH%%/XS/Parse/Keyword/Builder.pm
%%SITE_ARCH%%/auto/XS/Parse/Keyword/Keyword.so
%%PERL5_MAN3%%/XS::Parse::Keyword.3.gz
%%PERL5_MAN3%%/XS::Parse::Keyword::Builder.3.gz