SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/p5-XS-Parse-Keyword/Makefile
Normal file
23
devel/p5-XS-Parse-Keyword/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = XS functions to assist in parsing keyword syntax
|
||||
|
||||
DISTNAME = XS-Parse-Keyword-0.34
|
||||
CPAN_AUTHOR = PEVANS
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c perl
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
BUILD_DEPENDS = devel/p5-ExtUtils-CChecker>=0.11
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
MAKE_ENV = TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-XS-Parse-Keyword/distinfo
Normal file
2
devel/p5-XS-Parse-Keyword/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (XS-Parse-Keyword-0.34.tar.gz) = EDPdtAmSTZ1Cs4MEodeXRaBDSrxrBJHrErbIu5bx1sE=
|
||||
SIZE (XS-Parse-Keyword-0.34.tar.gz) = 82181
|
6
devel/p5-XS-Parse-Keyword/pkg/DESCR
Normal file
6
devel/p5-XS-Parse-Keyword/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module 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.
|
21
devel/p5-XS-Parse-Keyword/pkg/PLIST
Normal file
21
devel/p5-XS-Parse-Keyword/pkg/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/XS/
|
||||
${P5ARCH}/XS/Parse/
|
||||
${P5ARCH}/XS/Parse/Infix/
|
||||
${P5ARCH}/XS/Parse/Infix.pm
|
||||
${P5ARCH}/XS/Parse/Infix/Builder.pm
|
||||
${P5ARCH}/XS/Parse/Infix/Builder_data.pm
|
||||
${P5ARCH}/XS/Parse/Keyword/
|
||||
${P5ARCH}/XS/Parse/Keyword.pm
|
||||
${P5ARCH}/XS/Parse/Keyword/Builder.pm
|
||||
${P5ARCH}/XS/Parse/Keyword/Builder_data.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/XS/
|
||||
${P5ARCH}/auto/XS/Parse/
|
||||
${P5ARCH}/auto/XS/Parse/Keyword/
|
||||
@comment ${P5ARCH}/auto/XS/Parse/Keyword/Keyword.bs
|
||||
@so ${P5ARCH}/auto/XS/Parse/Keyword/Keyword.so
|
||||
@man man/man3p/XS::Parse::Infix.3p
|
||||
@man man/man3p/XS::Parse::Infix::Builder.3p
|
||||
@man man/man3p/XS::Parse::Keyword.3p
|
||||
@man man/man3p/XS::Parse::Keyword::Builder.3p
|
Loading…
Add table
Add a link
Reference in a new issue