Import perl module Data::Integer into devel/p5-Data-Integer, to prepare
to import DBIx::Class::PassphraseColumn. This module is about the native integer numerical data type. A native integer is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native integer type. There are actually two native integer representations: signed and unsigned. Both are handled by this module.
This commit is contained in:
parent
4bd7bff1cb
commit
41b35f7fc2
3 changed files with 33 additions and 0 deletions
7
devel/p5-Data-Integer/DESCR
Normal file
7
devel/p5-Data-Integer/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This module is about the native integer numerical data type. A native
|
||||
integer is one of the types of datum that can appear in the numeric part
|
||||
of a Perl scalar. This module supplies constants describing the native
|
||||
integer type.
|
||||
|
||||
There are actually two native integer representations: signed and
|
||||
unsigned. Both are handled by this module.
|
21
devel/p5-Data-Integer/Makefile
Normal file
21
devel/p5-Data-Integer/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/10/21 10:05:45 hiramatsu Exp $
|
||||
|
||||
DISTNAME= Data-Integer-0.004
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Data-Integer/
|
||||
COMMENT= Details of the native integer data type
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= c
|
||||
PERL5_PACKLIST= auto/Data/Integer/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Data-Integer/distinfo
Normal file
5
devel/p5-Data-Integer/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/10/21 10:05:45 hiramatsu Exp $
|
||||
|
||||
SHA1 (Data-Integer-0.004.tar.gz) = 9d3c8fc0ceb11b80a19bf14364072a0479caa6a5
|
||||
RMD160 (Data-Integer-0.004.tar.gz) = 5e274484755fd5ea9650a93111105b931ae6f2e2
|
||||
Size (Data-Integer-0.004.tar.gz) = 24515 bytes
|
Loading…
Reference in a new issue