git: 9bda2e207acd - main - devel/p5-Module-Build-Using-PkgConfig: Add p5-Module-Build-Using-PkgConfig 0.03

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 29 14:35:26 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9bda2e207acdf77685ffdc4700b946681fcd3251

commit 9bda2e207acdf77685ffdc4700b946681fcd3251
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-29 14:10:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-29 14:23:29 +0000

    devel/p5-Module-Build-Using-PkgConfig: Add p5-Module-Build-Using-PkgConfig 0.03
    
    Module::Build::Using::PkgConfig provides some handy methods to assist the
    Build.PL script of XS-based module distributions that make use of platform
    libraries managed by pkg-config.
    
    WWW: https://metacpan.org/release/Module-Build-Using-PkgConfig
---
 devel/Makefile                                  |  1 +
 devel/p5-Module-Build-Using-PkgConfig/Makefile  | 24 ++++++++++++++++++++++++
 devel/p5-Module-Build-Using-PkgConfig/distinfo  |  3 +++
 devel/p5-Module-Build-Using-PkgConfig/pkg-descr |  5 +++++
 devel/p5-Module-Build-Using-PkgConfig/pkg-plist |  2 ++
 5 files changed, 35 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index d38086925bad..b1ef34eaf203 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2741,6 +2741,7 @@
     SUBDIR += p5-Module-Build-Pluggable
     SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod
     SUBDIR += p5-Module-Build-Tiny
+    SUBDIR += p5-Module-Build-Using-PkgConfig
     SUBDIR += p5-Module-Build-WithXSpp
     SUBDIR += p5-Module-Build-XSUtil
     SUBDIR += p5-Module-CPANTS-Analyse
diff --git a/devel/p5-Module-Build-Using-PkgConfig/Makefile b/devel/p5-Module-Build-Using-PkgConfig/Makefile
new file mode 100644
index 000000000000..abc7336114cc
--- /dev/null
+++ b/devel/p5-Module-Build-Using-PkgConfig/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME=	Module-Build-Using-PkgConfig
+PORTVERSION=	0.03
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Extend Module::Build to use platform libraries provided by pkg-config
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
+
+USES=		perl5 pkgconfig
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Module-Build-Using-PkgConfig/distinfo b/devel/p5-Module-Build-Using-PkgConfig/distinfo
new file mode 100644
index 000000000000..2f0037f17200
--- /dev/null
+++ b/devel/p5-Module-Build-Using-PkgConfig/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1619569391
+SHA256 (Module-Build-Using-PkgConfig-0.03.tar.gz) = 11774a6914bcfa0915f9f01c3041b16878d52ad86d83ecedbe62e68d4f41ecc1
+SIZE (Module-Build-Using-PkgConfig-0.03.tar.gz) = 15256
diff --git a/devel/p5-Module-Build-Using-PkgConfig/pkg-descr b/devel/p5-Module-Build-Using-PkgConfig/pkg-descr
new file mode 100644
index 000000000000..6a873ec333c8
--- /dev/null
+++ b/devel/p5-Module-Build-Using-PkgConfig/pkg-descr
@@ -0,0 +1,5 @@
+Module::Build::Using::PkgConfig provides some handy methods to assist the
+Build.PL script of XS-based module distributions that make use of platform
+libraries managed by pkg-config.
+
+WWW: https://metacpan.org/release/Module-Build-Using-PkgConfig
diff --git a/devel/p5-Module-Build-Using-PkgConfig/pkg-plist b/devel/p5-Module-Build-Using-PkgConfig/pkg-plist
new file mode 100644
index 000000000000..b0a6e70b0b78
--- /dev/null
+++ b/devel/p5-Module-Build-Using-PkgConfig/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Module/Build/Using/PkgConfig.pm
+%%PERL5_MAN3%%/Module::Build::Using::PkgConfig.3.gz


More information about the dev-commits-ports-all mailing list