Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 20:49:25 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8220584374f5 - main - devel/p5-Test-DescribeMe: Add p5-Test-DescribeMe 0.004
Message-ID:  <6a3ee5d5.1d623.39b412f7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8220584374f5c6c60cc1138b9b09552a66ae10ba

commit 8220584374f5c6c60cc1138b9b09552a66ae10ba
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:42:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:42:55 +0000

    devel/p5-Test-DescribeMe: Add p5-Test-DescribeMe 0.004
    
    Sometimes you want to run (or not run) tests under certain conditions. This
    module provides a way to identify what kind of test a test is and will skip the
    test if the matching conditions aren't met.
---
 devel/Makefile                     |  1 +
 devel/p5-Test-DescribeMe/Makefile  | 20 ++++++++++++++++++++
 devel/p5-Test-DescribeMe/distinfo  |  3 +++
 devel/p5-Test-DescribeMe/pkg-descr |  3 +++
 devel/p5-Test-DescribeMe/pkg-plist |  2 ++
 5 files changed, 29 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index adf3b7857acc..0d65cdaa7d92 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3701,6 +3701,7 @@
     SUBDIR += p5-Test-Deep-UnorderedPairs
     SUBDIR += p5-Test-Dependencies
     SUBDIR += p5-Test-DependentModules
+    SUBDIR += p5-Test-DescribeMe
     SUBDIR += p5-Test-DiagINC
     SUBDIR += p5-Test-Differences
     SUBDIR += p5-Test-Distribution
diff --git a/devel/p5-Test-DescribeMe/Makefile b/devel/p5-Test-DescribeMe/Makefile
new file mode 100644
index 000000000000..9e07a2ba3e3d
--- /dev/null
+++ b/devel/p5-Test-DescribeMe/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	Test-DescribeMe
+PORTVERSION=	0.004
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Tell test runners what kind of test you are
+WWW=		https://metacpan.org/dist/Test-DescribeMe
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Test-DescribeMe/distinfo b/devel/p5-Test-DescribeMe/distinfo
new file mode 100644
index 000000000000..3444404e5647
--- /dev/null
+++ b/devel/p5-Test-DescribeMe/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1780751888
+SHA256 (Test-DescribeMe-0.004.tar.gz) = f17d7993f8c53866a01f9459315bd8f391720f0a8812e91bc30d3c7776062b2a
+SIZE (Test-DescribeMe-0.004.tar.gz) = 10709
diff --git a/devel/p5-Test-DescribeMe/pkg-descr b/devel/p5-Test-DescribeMe/pkg-descr
new file mode 100644
index 000000000000..613d2338fe52
--- /dev/null
+++ b/devel/p5-Test-DescribeMe/pkg-descr
@@ -0,0 +1,3 @@
+Sometimes you want to run (or not run) tests under certain conditions. This
+module provides a way to identify what kind of test a test is and will skip the
+test if the matching conditions aren't met.
diff --git a/devel/p5-Test-DescribeMe/pkg-plist b/devel/p5-Test-DescribeMe/pkg-plist
new file mode 100644
index 000000000000..71eea2558580
--- /dev/null
+++ b/devel/p5-Test-DescribeMe/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Test/DescribeMe.pm
+%%PERL5_MAN3%%/Test::DescribeMe.3.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee5d5.1d623.39b412f7>