git: 936ac5d4d692 - main - devel/p5-FFI-Platypus-Declare: Add p5-FFI-Platypus-Declare 1.34

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 10 14:47:05 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=936ac5d4d6923b49b8fd235ccff3461e063d5831

commit 936ac5d4d6923b49b8fd235ccff3461e063d5831
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:25:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:45:56 +0000

    devel/p5-FFI-Platypus-Declare: Add p5-FFI-Platypus-Declare 1.34
    
    FFI::Platypus::Declare provides a declarative interface to FFI::Platypus. It
    provides a more concise interface at the cost of a little less power, and a
    little more namespace pollution.
    
    WWW: https://metacpan.org/release/FFI-Platypus-Declare
---
 devel/Makefile                          |  1 +
 devel/p5-FFI-Platypus-Declare/Makefile  | 25 +++++++++++++++++++++++++
 devel/p5-FFI-Platypus-Declare/distinfo  |  3 +++
 devel/p5-FFI-Platypus-Declare/pkg-descr |  5 +++++
 devel/p5-FFI-Platypus-Declare/pkg-plist |  2 ++
 5 files changed, 36 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 8622fce67fd4..c239490e3a63 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2360,6 +2360,7 @@
     SUBDIR += p5-ExtUtils-XSpp
     SUBDIR += p5-FFI-CheckLib
     SUBDIR += p5-FFI-Platypus
+    SUBDIR += p5-FFI-Platypus-Declare
     SUBDIR += p5-FSA-Rules
     SUBDIR += p5-Feature-Compat-Try
     SUBDIR += p5-Fennec-Lite
diff --git a/devel/p5-FFI-Platypus-Declare/Makefile b/devel/p5-FFI-Platypus-Declare/Makefile
new file mode 100644
index 000000000000..f0f3cb8ec180
--- /dev/null
+++ b/devel/p5-FFI-Platypus-Declare/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME=	FFI-Platypus-Declare
+PORTVERSION=	1.34
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Declarative interface to FFI::Platypus
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-FFI-Platypus>=1.33:devel/p5-FFI-Platypus
+TEST_DEPENDS=	p5-FFI-CheckLib>=0:devel/p5-FFI-CheckLib
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-FFI-Platypus-Declare/distinfo b/devel/p5-FFI-Platypus-Declare/distinfo
new file mode 100644
index 000000000000..a11d995c9e71
--- /dev/null
+++ b/devel/p5-FFI-Platypus-Declare/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1622213912
+SHA256 (FFI-Platypus-Declare-1.34.tar.gz) = a49f4eea480dcd646e59b51810731d9504bc769c5d389bff796bd687ca14d638
+SIZE (FFI-Platypus-Declare-1.34.tar.gz) = 22244
diff --git a/devel/p5-FFI-Platypus-Declare/pkg-descr b/devel/p5-FFI-Platypus-Declare/pkg-descr
new file mode 100644
index 000000000000..cc76fb9dd0e3
--- /dev/null
+++ b/devel/p5-FFI-Platypus-Declare/pkg-descr
@@ -0,0 +1,5 @@
+FFI::Platypus::Declare provides a declarative interface to FFI::Platypus. It
+provides a more concise interface at the cost of a little less power, and a
+little more namespace pollution.
+
+WWW: https://metacpan.org/release/FFI-Platypus-Declare
diff --git a/devel/p5-FFI-Platypus-Declare/pkg-plist b/devel/p5-FFI-Platypus-Declare/pkg-plist
new file mode 100644
index 000000000000..27ab0502701d
--- /dev/null
+++ b/devel/p5-FFI-Platypus-Declare/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/FFI/Platypus/Declare.pm
+%%PERL5_MAN3%%/FFI::Platypus::Declare.3.gz


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