mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
28a702cf41
commit
e98b8518a0
5 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/p5-XS-Parse-Keyword/Makefile
Normal file
23
devel/p5-XS-Parse-Keyword/Makefile
Normal 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>
|
3
devel/p5-XS-Parse-Keyword/distinfo
Normal file
3
devel/p5-XS-Parse-Keyword/distinfo
Normal 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
|
8
devel/p5-XS-Parse-Keyword/pkg-descr
Normal file
8
devel/p5-XS-Parse-Keyword/pkg-descr
Normal 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
|
5
devel/p5-XS-Parse-Keyword/pkg-plist
Normal file
5
devel/p5-XS-Parse-Keyword/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue