Skip to content

Commit

Permalink
devel/p5-Variable-Disposition: Add p5-Variable-Disposition 0.004
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sunpoet committed Apr 29, 2021
1 parent e8bc846 commit 54798c8
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
4 changes: 4 additions & 0 deletions 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
3 changes: 3 additions & 0 deletions 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

0 comments on commit 54798c8

Please sign in to comment.