Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 14:35:31 GMT
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: 54798c875356 - main - devel/p5-Variable-Disposition: Add p5-Variable-Disposition 0.004
Message-ID:  <202104291435.13TEZVXn050722@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54798c87535680472d96cc195f361ccc236c5fcd

commit 54798c87535680472d96cc195f361ccc236c5fcd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-29 14:10:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-29 14:23:32 +0000

    devel/p5-Variable-Disposition: Add p5-Variable-Disposition 0.004
    
    Variable::Disposition provides some basic helper functions for making sure
    variables go away when you want them to.
    
    WWW: https://metacpan.org/release/Variable-Disposition
---
 devel/Makefile                          |  1 +
 devel/p5-Variable-Disposition/Makefile  | 27 +++++++++++++++++++++++++++
 devel/p5-Variable-Disposition/distinfo  |  3 +++
 devel/p5-Variable-Disposition/pkg-descr |  4 ++++
 devel/p5-Variable-Disposition/pkg-plist |  3 +++
 5 files changed, 38 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 0fd600b5967f..74c49aecec9c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3627,6 +3627,7 @@
     SUBDIR += p5-VCS-CVS
     SUBDIR += p5-VCS-Lite
     SUBDIR += p5-Validation-Class
+    SUBDIR += p5-Variable-Disposition
     SUBDIR += p5-Variable-Eject
     SUBDIR += p5-Variable-Magic
     SUBDIR += p5-Want
diff --git a/devel/p5-Variable-Disposition/Makefile b/devel/p5-Variable-Disposition/Makefile
new file mode 100644
index 000000000000..5b424b3ee4f8
--- /dev/null
+++ b/devel/p5-Variable-Disposition/Makefile
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	Variable-Disposition
+PORTVERSION=	0.004
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Helper functions for disposing of variables
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+xRUN_DEPENDS=	p5-Future>=0.30:devel/p5-Future
+TEST_DEPENDS=	p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
+		p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \
+		p5-Test-Refcount>=0:devel/p5-Test-Refcount
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Variable-Disposition/distinfo b/devel/p5-Variable-Disposition/distinfo
new file mode 100644
index 000000000000..be18cda1240e
--- /dev/null
+++ b/devel/p5-Variable-Disposition/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1619569401
+SHA256 (Variable-Disposition-0.004.tar.gz) = afede2e02406fdbef8a811419cd22cb9980e4947eac42073d513bf3d34cc590f
+SIZE (Variable-Disposition-0.004.tar.gz) = 16254
diff --git a/devel/p5-Variable-Disposition/pkg-descr b/devel/p5-Variable-Disposition/pkg-descr
new file mode 100644
index 000000000000..4603d81f714b
--- /dev/null
+++ b/devel/p5-Variable-Disposition/pkg-descr
@@ -0,0 +1,4 @@
+Variable::Disposition provides some basic helper functions for making sure
+variables go away when you want them to.
+
+WWW: https://metacpan.org/release/Variable-Disposition
diff --git a/devel/p5-Variable-Disposition/pkg-plist b/devel/p5-Variable-Disposition/pkg-plist
new file mode 100644
index 000000000000..159a74f5fff1
--- /dev/null
+++ b/devel/p5-Variable-Disposition/pkg-plist
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Variable/Disposition.pm
+%%SITE_PERL%%/Variable/Disposition.pod
+%%PERL5_MAN3%%/Variable::Disposition.3.gz



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