mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
devel/p5-Sub-HandlesVia-XS: Add p5-Sub-HandlesVia-XS 0.003004
Sub::HandlesVia will make use of Sub::HandlesVia::XS when it can.
This commit is contained in:
@@ -3568,6 +3568,7 @@
|
||||
SUBDIR += p5-Sub-Exporter-Lexical
|
||||
SUBDIR += p5-Sub-Exporter-Progressive
|
||||
SUBDIR += p5-Sub-HandlesVia
|
||||
SUBDIR += p5-Sub-HandlesVia-XS
|
||||
SUBDIR += p5-Sub-Identify
|
||||
SUBDIR += p5-Sub-Infix
|
||||
SUBDIR += p5-Sub-Info
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
PORTNAME= Sub-HandlesVia-XS
|
||||
PORTVERSION= 0.003004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TOBYINK
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= XS parts for Sub::HandlesVia; no user-serviceable parts inside
|
||||
WWW= https://metacpan.org/dist/Sub-HandlesVia-XS
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Type-Tiny>=2.010001:devel/p5-Type-Tiny
|
||||
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sub/HandlesVia/XS/XS.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1779605223
|
||||
SHA256 (Sub-HandlesVia-XS-0.003004.tar.gz) = f854d358ea0d872cc09fa9c2b368fa070dc7898289b58fc9f1553abdbf85fb08
|
||||
SIZE (Sub-HandlesVia-XS-0.003004.tar.gz) = 167095
|
||||
@@ -0,0 +1 @@
|
||||
Sub::HandlesVia will make use of Sub::HandlesVia::XS when it can.
|
||||
@@ -0,0 +1,3 @@
|
||||
%%SITE_ARCH%%/Sub/HandlesVia/XS.pm
|
||||
%%SITE_ARCH%%/auto/Sub/HandlesVia/XS/XS.so
|
||||
%%PERL5_MAN3%%/Sub::HandlesVia::XS.3.gz
|
||||
Reference in New Issue
Block a user