freebsd-ports/devel/p5-Data-Integer/Makefile
Henrik Brix Andersen cdf13786e4 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.

WWW: http://search.cpan.org/dist/Data-Integer
2009-03-25 18:28:35 +00:00

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>