cdf13786e4
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. WWW: http://search.cpan.org/dist/Data-Integer
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# New ports collection makefile for: Data-Integer
|
|
# Date created: 25 Mar 2009
|
|
# Whom: brix@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Integer
|
|
PORTVERSION= 0.003
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl module for details of the native integer data type
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Integer.3
|
|
|
|
.include <bsd.port.mk>
|