Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2020 22:48:42 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545079 - in head/devel: . p5-Module-Build-WithXSpp
Message-ID:  <202008152248.07FMmgOS044872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Aug 15 22:48:42 2020
New Revision: 545079
URL: https://svnweb.freebsd.org/changeset/ports/545079

Log:
  devel/p5-Module-Build-WithXSpp: create port
  
  PR:		243095
  Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>

Added:
  head/devel/p5-Module-Build-WithXSpp/
  head/devel/p5-Module-Build-WithXSpp/Makefile   (contents, props changed)
  head/devel/p5-Module-Build-WithXSpp/distinfo   (contents, props changed)
  head/devel/p5-Module-Build-WithXSpp/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Aug 15 22:47:30 2020	(r545078)
+++ head/devel/Makefile	Sat Aug 15 22:48:42 2020	(r545079)
@@ -2709,6 +2709,7 @@
     SUBDIR += p5-Module-Build-Pluggable
     SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod
     SUBDIR += p5-Module-Build-Tiny
+    SUBDIR += p5-Module-Build-WithXSpp
     SUBDIR += p5-Module-Build-XSUtil
     SUBDIR += p5-Module-CPANTS-Analyse
     SUBDIR += p5-Module-CPANfile

Added: head/devel/p5-Module-Build-WithXSpp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Build-WithXSpp/Makefile	Sat Aug 15 22:48:42 2020	(r545079)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	Module-Build-WithXSpp
+PORTVERSION=	0.14
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:SMUELLER
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	bokutin@bokut.in
+COMMENT=	XS++ enhanced flavour of Module::Build
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Module-Build>=0.26:devel/p5-Module-Build
+RUN_DEPENDS=	p5-ExtUtils-CppGuess>=0.04:devel/p5-ExtUtils-CppGuess \
+		p5-ExtUtils-XSpp>=0.11:devel/p5-ExtUtils-XSpp \
+		p5-Module-Build>=0.26:devel/p5-Module-Build
+
+USES=		perl5
+USE_PERL5=	modbuild
+PLIST_FILES=	${SITE_MAN3_REL}/Module::Build::WithXSpp.3.gz \
+		${SITE_PERL}/Module/Build/WithXSpp.pm
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Module-Build-WithXSpp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Build-WithXSpp/distinfo	Sat Aug 15 22:48:42 2020	(r545079)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578159660
+SHA256 (Module-Build-WithXSpp-0.14.tar.gz) = 53b3c8c8fdbd50fc3dad3d19da20f1b6414ef70665b9311710c802969e746934
+SIZE (Module-Build-WithXSpp-0.14.tar.gz) = 14103

Added: head/devel/p5-Module-Build-WithXSpp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Build-WithXSpp/pkg-descr	Sat Aug 15 22:48:42 2020	(r545079)
@@ -0,0 +1,4 @@
+This subclass of Module::Build adds some tools and processes
+to make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).
+
+WWW: https://metacpan.org/release/Module-Build-WithXSpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008152248.07FMmgOS044872>