This can be handy when testing/debugging and you want to know what the heck is going on. This is a trivial module. The documentation is longer than the code. Heck, the BSD license at the top of the file is longer than the code. It took longer to make it release-ready than it took to write it. Provides: - refcount - refcount_sv
20 lines
572 B
Makefile
20 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/02/25 22:33:47 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Scalar-Util-Refcount-1.0.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Scalar-Util-Refcount/
|
|
COMMENT= Perl module to show an object's reference count
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Scalar/Util/Refcount/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|