mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Add devel/p5-Devel-Refcount 0.09, a perl module to obtain the REFCNT
value of a Perl variable.
This commit is contained in:
parent
eb15ce2126
commit
e3d0316981
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308839
@ -1793,6 +1793,7 @@
|
||||
SUBDIR += p5-Devel-Profiler
|
||||
SUBDIR += p5-Devel-REPL
|
||||
SUBDIR += p5-Devel-Refactor
|
||||
SUBDIR += p5-Devel-Refcount
|
||||
SUBDIR += p5-Devel-Required
|
||||
SUBDIR += p5-Devel-RingBuffer
|
||||
SUBDIR += p5-Devel-STrace
|
||||
|
19
devel/p5-Devel-Refcount/Makefile
Normal file
19
devel/p5-Devel-Refcount/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Devel-Refcount
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PEVANS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Obtain the REFCNT value of a referent
|
||||
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Devel::Refcount.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Devel-Refcount/distinfo
Normal file
2
devel/p5-Devel-Refcount/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Devel-Refcount-0.09.tar.gz) = 42e5933f70470845c240934d804c7bf84a8080cd0a491c5a2bb9fd17ff1f6e00
|
||||
SIZE (Devel-Refcount-0.09.tar.gz) = 12754
|
5
devel/p5-Devel-Refcount/pkg-descr
Normal file
5
devel/p5-Devel-Refcount/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module provides a single function, refcount(), which obtains the
|
||||
reference count of the object being pointed to by the passed reference
|
||||
value.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-Refcount/
|
6
devel/p5-Devel-Refcount/pkg-plist
Normal file
6
devel/p5-Devel-Refcount/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refcount/Refcount.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refcount/Refcount.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Devel/Refcount.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Refcount
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel
|
Loading…
Reference in New Issue
Block a user